Skip to content

Commit

Permalink
temporarily disable pytest-docker entirely on py<3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Jul 19, 2023
1 parent 34280a5 commit d8438d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tests =
pytest-test-utils==0.0.8
pytest-asyncio==0.18.3
# https://github.com/docker/docker-py/issues/2902
pytest-docker==0.12.0; python_version < '3.10' or sys_platform != 'win32'
pytest-docker==0.12.0; python_version < '3.10' and implementation_name != 'pypy'
mock==5.0.1
paramiko==3.1.0
types-certifi==2021.10.8.3
Expand Down

0 comments on commit d8438d4

Please sign in to comment.