Skip to content

Commit

Permalink
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 321fc8f commit ed9c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def find_version(filename):
except ImportError:
magic_dep = "python-magic; os_name != 'nt'"

tests_require = ['pytest', 'pytest-runner']
tests_require = ['pytest']
setup(
name='augpathlib',
version=__version__,
Expand Down

0 comments on commit ed9c0ed

Please sign in to comment.