Skip to content

Commit ef07371

Browse files
Replace tests_require with a "test" extra
1 parent b0269b5 commit ef07371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,10 @@ def get_objects():
177177
setup_requires=[
178178
"cffi>=1.0.0",
179179
],
180-
tests_require=[
181-
"pytest",
182-
],
183180
extras_require={
181+
"test": [
182+
"pytest",
183+
],
184184
"docstest": [
185185
"doc8",
186186
"readme_renderer >= 16.0",

0 commit comments

Comments
 (0)