summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2021-05-12 09:00:30 +0300
committerDonatas Abraitis <donatas.abraitis@gmail.com>2021-05-12 09:00:30 +0300
commit93a3eae7936bab4aae4afbf0191ecab3a16e1390 (patch)
tree2cfc8d2859385af06bf931ba5650c2fff62c6d68 /tests
parentab16b591b0cc4ad72b051beafc3a823a21241e6e (diff)
tests: Skip example_topojson_test and example_test from being tested
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/topotests/pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini
index 562e754f21..885c249b31 100644
--- a/tests/topotests/pytest.ini
+++ b/tests/topotests/pytest.ini
@@ -1,6 +1,6 @@
# Skip pytests example directory
[pytest]
-norecursedirs = .git example-test example-topojson-test lib docker
+norecursedirs = .git example_test example_topojson_test lib docker
# Markers
#