Skip to content

Commit

Permalink
AT3-206 resolve issue with pytest-forked
Browse files Browse the repository at this point in the history
* Make sure that tests run via make python-test are all run with
  '--forked' argument.
* See pytest-dev/pytest-forked#67 and
  pytest-dev/pytest#9621 for details
  • Loading branch information
Will Gauvin committed Jul 28, 2022
1 parent 2a67ffa commit 10dfa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PYTHON_TEST_FILE = tests
PYTHON_LINT_TARGET = src tests ## Paths containing python to be formatted and linted
PYTHON_SWITCHES_FOR_PYLINT = --disable=W,C,R --ignored-modules="ska_pst_lmc_proto"
DOCS_SOURCEDIR=./docs/src
PYTHON_VARS_AFTER_PYTEST = --cov-config=$(PWD)/.coveragerc
PYTHON_VARS_AFTER_PYTEST = --forked --cov-config=$(PWD)/.coveragerc

K8S_CHART ?= test-parent
K8S_CHARTS ?= $(K8S_CHART)
Expand Down

0 comments on commit 10dfa2a

Please sign in to comment.