diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-12 09:00:30 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-12 09:00:30 +0300 | 
| commit | 93a3eae7936bab4aae4afbf0191ecab3a16e1390 (patch) | |
| tree | 2cfc8d2859385af06bf931ba5650c2fff62c6d68 /tests | |
| parent | ab16b591b0cc4ad72b051beafc3a823a21241e6e (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.ini | 2 | 
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  #  | 
