Skip to content

Commit

Permalink
Resolve pytest warning on PytestUnknownMarkWarning
Browse files Browse the repository at this point in the history
When running tests through komodo, pytest claims ert_integration is an
unknown mark. This is probably due to pyproject.toml, which defines it,
is not present where it is running the tests
  • Loading branch information
berland committed May 16, 2023
1 parent 8478d9b commit f019ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

copy_test_files () {
cp -r $CI_SOURCE_ROOT/tests $CI_TEST_ROOT/tests
cp $CI_SOURCE_ROOT/pyproject.toml $CI_TEST_ROOT
}

start_tests () {
Expand Down

0 comments on commit f019ed2

Please sign in to comment.