Skip to content

Commit

Permalink
build: Remove pytest pin in requirements-devenv.txt (getsentry#3696)
Browse files Browse the repository at this point in the history
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 getsentry#3035
  • Loading branch information
szokeasaurusrex authored Oct 28, 2024
1 parent 72f4d99 commit 483a0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-devenv.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements-linting.txt
-r requirements-testing.txt
mockupdb # required by `pymongo` tests that are enabled by `pymongo` from linter requirements
pytest<7.0.0 # https://github.com/pytest-dev/pytest/issues/9621; see tox.ini
pytest
pytest-asyncio

0 comments on commit 483a0bd

Please sign in to comment.