FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-documentai-toolbox/pytest.ini at remove-python38 · googleapis/python-documentai-toolbox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
googleapis
/
python-documentai-toolbox
Public archive
Notifications
You must be signed in to change notification settings
Fork
22
Star
52
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-documentai-toolbox
/
pytest.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (18 loc) · 1.13 KB
Breadcrumbs
python-documentai-toolbox
/
pytest.ini
Copy path
File metadata and controls
18 lines (18 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[pytest]
filterwarnings
=
#
treat all warnings as errors
error
#
Remove once https://github.com/protocolbuffers/protobuf/issues/12186 is fixed
ignore:.*custom tp_new.*in Python 3.14:DeprecationWarning
#
Remove once https://github.com/dateutil/dateutil/issues/1314 is fixed
ignore:datetime.datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:dateutil.tz.tz
#
Remove once the minimum supported version of `google-api-core` is 2.15.0
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
#
Remove once minimum supported version of `google-cloud-bigquery` is 3.25.0+
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
ignore:.*pkg_resources is deprecated as an API:UserWarning
#
This error is expected for python versions that approach EOL
ignore:.*Please upgrade to the latest Python version.*:FutureWarning
#
Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
Back
|
FazBrowse Home
|
New Git URL