FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/sdk/python/pytest.ini at master · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
214
Pull requests
189
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
sdk
/
python
/
pytest.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (26 loc) · 1010 Bytes
Breadcrumbs
feast
/
sdk
/
python
/
pytest.ini
Copy path
File metadata and controls
29 lines (26 loc) · 1010 Bytes
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
19
20
21
22
23
24
25
26
27
28
29
[pytest]
asyncio_mode
= auto
env
=
IS_TEST
=True
filterwarnings
=
error::pytest.PytestConfigWarning
error:.*was never awaited.*:RuntimeWarning
ignore::DeprecationWarning:pyspark.sql.pandas.*:
ignore::DeprecationWarning:pyspark.sql.connect.*:
ignore::DeprecationWarning:httpx.*:
ignore::DeprecationWarning:happybase.*:
ignore::DeprecationWarning:pkg_resources.*:
markers
=
universal_offline_stores: Tests using all offline stores
universal_online_stores: Tests using all online stores
rbac_remote_integration_test: RBAC and remote functionality tests
integration: Integration tests (slower, requires services)
benchmark: Benchmark tests
slow: Tests taking >30 seconds
cloud: Tests requiring cloud credentials
local_only: Tests that run entirely locally
xdist_group: Group tests to run in the same xdist worker
mongodb: Tests requiring MongoDB
timeout
= 300
timeout_method
= thread
addopts
= --
tb
=short -v --
durations
=20 --strict-markers
Back
|
FazBrowse Home
|
New Git URL