From b0927bc8c3e6c4d417e9bd130eb5889bff84907e Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Sun, 17 Sep 2023 09:43:46 +0000 Subject: [PATCH] Another take on ignore files --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8888e..d505e99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,4 +34,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest --ignore=pyweatherflow_forecast/test_module.py + pytest -k "not test_module.py"