From 02cce8024d0e91036266cae310ed8d24f9c64d17 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Tue, 13 Aug 2024 11:27:33 -0400 Subject: CI: Added pytest, some speed improvements (#3135) Geos build is now cached, and its tests are no longer built. --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..7f369af2 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = + tests \ No newline at end of file -- cgit v1.2.3