Skip to content

Commit 483a0bd

Browse files
build: Remove pytest pin in requirements-devenv.txt (#3696)
The pytest pin in requirements-devenv.txt appears to be unnecessary. Our tests anyways do not seem to respect this pin; the actual pins are defined for each environment in tox.ini. ref #3035
1 parent 72f4d99 commit 483a0bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-devenv.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements-linting.txt
22
-r requirements-testing.txt
33
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
4-
pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini
4+
pytest
55
pytest-asyncio

0 commit comments

Comments
 (0)