require pytest>=3.0 in setup.py's setup_requires and setup.cfg
This commit is contained in:
parent
b7505c0b64
commit
8aa9f15ad5
@ -37,7 +37,7 @@ test = pytest
|
|||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
minversion = 2.8
|
minversion = 3.0
|
||||||
testpaths =
|
testpaths =
|
||||||
Tests
|
Tests
|
||||||
python_files =
|
python_files =
|
||||||
|
2
setup.py
2
setup.py
@ -324,7 +324,7 @@ setup(
|
|||||||
data_files=find_data_files(),
|
data_files=find_data_files(),
|
||||||
setup_requires=pytest_runner + wheel + bumpversion,
|
setup_requires=pytest_runner + wheel + bumpversion,
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest>=2.8',
|
'pytest>=3.0',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user