Skip to content

Commit

Permalink
Unblock pytest-asyncio upgrades
Browse files Browse the repository at this point in the history
Pin the dependency to an older release for testing against 3.8
  • Loading branch information
MatthiasValvekens committed Jan 4, 2025
1 parent 5d654f9 commit b530b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ testing-basic = [
"pytest>=6.1.1",
"requests-mock>=1.8.0",
"freezegun>=1.1.0",
"pytest-asyncio==0.24.0",
"certomancer>=0.12.3,<0.13",
"pytest-cov>=4.0,<6.1",
"pytest-asyncio==0.24.0;python_version<\"3.9\"",
"pytest-asyncio==0.25.1;python_version>=\"3.9\"",
"backports.zoneinfo[tzdata];python_version<\"3.9\"",
]
testing = [
Expand Down

0 comments on commit b530b1a

Please sign in to comment.