We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c447175 commit af76e38Copy full SHA for af76e38
pytest.ini
@@ -19,3 +19,5 @@ filterwarnings =
19
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:tests.unit.test_entries
20
# Remove once a version of grpcio newer than 1.59.3 is released to PyPI
21
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:grpc._channel
22
+ # Remove after support for Python 3.7 is dropped
23
+ ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
0 commit comments