From f536cc40da9eeb0d1102589b40298660a08faa0a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 15 May 2022 22:05:44 +0200 Subject: [PATCH] Fixed test configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60f5b05e8..422f75739 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ test-command = [ "python {package}/testdata/pymod/import_rdb.py", "python {package}/testdata/pymod/import_tl.py", "python {package}/testdata/pymod/import_lib.py", - "python {package}/testdata/pymod/import_lay_noqt.py", + "python {package}/testdata/pymod/import_lay.py", "python {package}/testdata/pymod/pya_tests.py" ] # Disable building PyPy wheels on all platforms