mirror of
https://github.com/graphql-python/graphene.git
synced 2025-06-06 06:33:16 +03:00
CI: fix tests on Python 3.13
This commit is contained in:
parent
fd9ecef36e
commit
d324fadfa7
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ tests_require = [
|
||||||
"pytest-mock>=3,<4",
|
"pytest-mock>=3,<4",
|
||||||
"pytest-asyncio>=0.16,<2",
|
"pytest-asyncio>=0.16,<2",
|
||||||
"snapshottest>=0.6,<1",
|
"snapshottest>=0.6,<1",
|
||||||
"coveralls>=4,<5",
|
"coveralls>=3.3,<5",
|
||||||
]
|
]
|
||||||
|
|
||||||
dev_requires = ["ruff==0.4.10", "flake8>=4,<5"] + tests_require
|
dev_requires = ["ruff==0.4.10", "flake8>=4,<5"] + tests_require
|
||||||
|
|
Loading…
Reference in New Issue
Block a user