diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2013-06-23 14:21:54 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2013-06-23 14:21:54 -0400 |
| commit | feec53c16d315a9b2f92149bce8b6761af25e5c0 (patch) | |
| tree | 09b6cd155cb89764baf164f5d62cc3c9d1d3df54 /setup.py | |
| parent | aa8eddf5d523dc0a657cbe7d8549f3339785764d (diff) | |
| download | wheel-git-feec53c16d315a9b2f92149bce8b6761af25e5c0.tar.gz | |
update test dependencies
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ setup(name='wheel', 'faster-signatures': ['ed25519ll'], 'tool': [] }, - tests_require=['jsonschema', 'py.test', 'coverage', 'pytest-cov'], + tests_require=['jsonschema', 'pytest', 'coverage', 'pytest-cov'], include_package_data=True, zip_safe=False, entry_points = """\ |
