diff options
author | Frederick Muriuki Muriithi | 2023-07-05 16:06:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-07-05 16:06:46 +0300 |
commit | f52247c15f3694f3dd5fd0fd79c3e15376137e07 (patch) | |
tree | 29a88b9b1c05a76595d0d5bea0fae94401d7777d /pytest.ini | |
parent | c065b9d3d42097310c7884bea1d3ce42ccd266a1 (diff) | |
download | genenetwork3-f52247c15f3694f3dd5fd0fd79c3e15376137e07.tar.gz |
Skip tests broken by Python-3.10 temporarily
Skip the tests that have been broken by the migrations to Python-3.10
temporarily, until we can fix them.
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [pytest] -addopts = --strict-markers +addopts = --strict-markers --ignore=tests/unit/auth markers = slow unit_test |