This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch tlater/test_workspace_visible
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit a2dafb318a324d8c8e9baa9f38f6f623fdda33ab
Author: Tristan Maat <[email protected]>
AuthorDate: Thu Oct 17 14:51:51 2019 +0100

    Get test suite to work
---
 setup.cfg | 2 +-
 tox.ini   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 2264a31..42f869b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,7 @@ parentdir_prefix = BuildStream-
 test=pytest
 
 [tool:pytest]
-addopts = --verbose --basetemp ./tmp --durations=20
+addopts = --verbose --basetemp ./tmp --durations=20 tests/
 norecursedirs = tests/integration/project integration-cache tmp __pycache__ 
.eggs
 python_files = tests/*/*.py
 env =
diff --git a/tox.ini b/tox.ini
index a00197d..625e707 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,9 +12,9 @@ isolated_build = true
 # Anything specified here is inherited by the sections
 #
 [testenv]
-usedevelop =
+usedevelop = True
     # This is required by Cython in order to get coverage for cython files.
-    py{35,36,37}-!nocover: True
+    # py{35,36,37}-!nocover: True
 
 commands =
     # Running with coverage reporting enabled

Reply via email to