Skip to content

Commit

Permalink
Use always pytest >= 6 in python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Sep 8, 2020
1 parent e09138c commit dbdcd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ megaradrp.instrument.configs.extras =
[options.extras_require]
test =
pytest<3.7; python_version<"3"
pytest; python_version>="3"
pytest>=6; python_version>="3"
pytest-remotedata
docs =
sphinx
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'DB': ['sqlalchemy', 'numinadb'],
'test': [
'pytest<3.7; python_version<"3"',
'pytest; python_version>="3"',
'pytest>=6; python_version>="3"',
'pytest-remotedata'
]
},
Expand Down

0 comments on commit dbdcd40

Please sign in to comment.