Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
feat: add missing pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Dec 18, 2024
1 parent e89fd2e commit 2d122df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[pytest]
markers =
data_dependent: marks tests depending on data (deselect with '-m "not data_dependent"')
auth: marks tests that require authentication (deselect with '-m "not auth"')
gpu: marks tests that require a GPU (deselect with '-m "not gpu"')

tmp_path_retention_policy = none

0 comments on commit 2d122df

Please sign in to comment.