Skip to content

Commit 8879cc8

Browse files
committed
remove deprecated pytest-runner (fully rely on tox instead)
t is recommended that you: Remove 'pytest-runner' from your setup_requires, preferably removing the setup_requires option. Remove 'pytest' and any other testing requirements from tests_require, preferably removing the tests_requires option. Select a tool to bootstrap and then run tests such as tox.
1 parent e65b1bd commit 8879cc8

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ addons:
1414

1515
install:
1616
- python setup.py install
17+
- pip install tox
1718

1819
script:
19-
- pytest
20+
- tox

setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ def _read(fn):
3636

3737
packages=['audioread'],
3838

39-
tests_require=[
40-
'pytest-runner',
41-
'pytest'
42-
],
43-
4439
classifiers=[
4540
'Topic :: Multimedia :: Sound/Audio :: Conversion',
4641
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)