Skip to content

Commit

Permalink
protcur setup.py remove pytest-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Jun 29, 2020
1 parent 31a653c commit af6c5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protcur/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def find_version(filename):
else:
data_files = []

tests_require = ['pytest', 'pytest-runner']
tests_require = ['pytest']

try:
setup(name='protcur',
Expand Down

0 comments on commit af6c5a4

Please sign in to comment.