From e5a68327608d6a5e6c0709237517238e0de96c27 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Mon, 25 Jun 2018 09:35:28 -0700 Subject: refactor: move pytest.ini and top-level conftest.py to lib/spack/spack/test - removes two files from root of repository - `spack test` still works fine to run tests --- pytest.ini | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pytest.ini (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index e8f5e33c71..0000000000 --- a/pytest.ini +++ /dev/null @@ -1,9 +0,0 @@ -# content of pytest.ini -[pytest] -addopts = --durations=20 -ra -testpaths = lib/spack/spack/test -python_files = *.py -markers = - db: tests that require creating a DB - network: tests that require access to the network - maybeslow: tests that may be slow (e.g. access a lot the filesystem, etc.) -- cgit v1.2.3-60-g2f50