From c4f6eeccd11cea9339e393b80e6b3e8b01a9ee49 Mon Sep 17 00:00:00 2001 From: Moss Prescott Date: Tue, 13 Feb 2024 11:02:27 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20try=20to=20run=20pytest=20over?= =?UTF-8?q?=20Ribbit=E2=80=99s=20Python=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index e8d5fa3..430a595 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -23,7 +23,7 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pytest -v --doctest-modules + pytest -v --doctest-modules --ignore alt/scheme/ribbit - name: Lint with flake8 run: | pip install flake8