Skip to content

Commit

Permalink
Issue #12 wrong pytest.ini apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 18, 2024
1 parent b2a0998 commit c1c83e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[pytest]
# Note: This pytest.ini file is not being used in current VITO Jenkins job "openeo-integrationtests"
# Instead see openeo-deploy/pytest.ini
testpaths = tests
addopts = --verbose --strict-markers --log-cli-level=DEBUG -ra --numprocesses 3 --basetemp=pytest-tmp
markers =
requires_custom_processes: for tests that require a backend that includes tests/data/custom_processes.py (like done in submit.sh)
batchjob: tests that require a backend that can launch batch jobs
junit_logging = log

0 comments on commit c1c83e3

Please sign in to comment.