Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney committed Nov 30, 2023
1 parent 17c331a commit 32d6be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions stixcore/products/tests/test_housekeeping.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
'0660258881:33104', '0660258881:33104', 1)]


@pytest.fixture
@pytest.fixture(scope="module")
def soop_manager():
SOOPManager.instance = SOOPManager(test_data.soop.DIR)
return SOOPManager.instance


@pytest.fixture
@pytest.fixture(scope="module")
def idbm():
return IDBManager(test_data.idb.DIR)

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps =
extras =
test
commands =
pytest --pyargs stixcore {toxinidir}/docs --cov stixcore --cov-config={toxinidir}/setup.cfg --remote-data=any -m "not end2end" {posargs}
pytest --pyargs stixcore {toxinidir}/docs --cov stixcore --cov-config={toxinidir}/setup.cfg --remote-data=any -m "not end2end" -n1 --dist loaddist {posargs}


[testenv:build_docs]
Expand Down

0 comments on commit 32d6be0

Please sign in to comment.