Skip to content

Commit 9b26ee2

Browse files
authored
DistrictDataLabs#1132 - remove deprecated pytest-runner from testing (DistrictDataLabs#1162)
1 parent facb3c4 commit 9b26ee2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean:
2626

2727
# Targets for testing
2828
test:
29-
python setup.py test
29+
pytest
3030

3131
# Publish to gh-pages
3232
publish:
@@ -48,3 +48,4 @@ install:
4848
deploy:
4949
python setup.py register
5050
twine upload dist/*
51+

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ def get_description_type(path=PKG_DESCRIBE):
163163
"zip_safe": False,
164164
"entry_points": {"console_scripts": []},
165165
"install_requires": list(get_requires()),
166-
"python_requires": ">=3.4, <4",
167-
"setup_requires": ["pytest-runner"],
168-
"tests_require": ["pytest"],
166+
"python_requires": ">=3.4, <4"
169167
}
170168

171169

0 commit comments

Comments
 (0)