Skip to content

Commit

Permalink
Avoid broken/untested pytest release (#1999)
Browse files Browse the repository at this point in the history
It looks like pytest doesn't test on Python 3.8:
  pytest-dev/pytest#9608
  • Loading branch information
ndevenish committed Feb 5, 2022
1 parent ed5cefa commit 42cc176
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda-envs/linux.txt
Expand Up @@ -32,7 +32,7 @@ conda-forge::procrunner>=2.2.0
conda-forge::psutil
conda-forge::pybind11
conda-forge::pyrtf
conda-forge::pytest>=4.5
conda-forge::pytest>=4.5,<7.0
conda-forge::pytest-forked
conda-forge::pytest-mock
conda-forge::pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion .conda-envs/macos.txt
Expand Up @@ -34,7 +34,7 @@ conda-forge::psutil
conda-forge::pthread-stubs
conda-forge::pybind11
conda-forge::pyrtf
conda-forge::pytest>=4.5
conda-forge::pytest>=4.5,<7.0
conda-forge::pytest-forked
conda-forge::pytest-mock
conda-forge::pytest-xdist
Expand Down
2 changes: 1 addition & 1 deletion .conda-envs/windows.txt
Expand Up @@ -32,7 +32,7 @@ conda-forge::procrunner>=2.2.0
conda-forge::psutil
conda-forge::pybind11
conda-forge::pyrtf
conda-forge::pytest>=4.5
conda-forge::pytest>=4.5,<7.0
conda-forge::pytest-forked
conda-forge::pytest-mock
conda-forge::pytest-xdist
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1999.misc
@@ -0,0 +1 @@
pytest 7 is broken.

0 comments on commit 42cc176

Please sign in to comment.