diff options
-rw-r--r-- | requirements/pytest.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/requirements/pytest.in b/requirements/pytest.in index 7e5c6603..855ac3e1 100644 --- a/requirements/pytest.in +++ b/requirements/pytest.in @@ -20,9 +20,3 @@ https://github.com/slorg1/contracts/archive/c5a6da27d4dc9985f68e574d20d860008809 # colorama;sys_platform=="win32" # We copy it here so it can get pinned. colorama - -# Pytest has a windows-only dependency on atomicwrites: -# https://github.com/pytest-dev/pytest/blob/7.1.2/setup.cfg#L50 -# atomicwrites>=1.0;sys_platform=="win32" -# though it's been removed on main. -atomicwrites>=1.0 |