diff --git a/.idea/runConfigurations/Pytest.xml b/.idea/runConfigurations/Pytest.xml index 7860786..bcdce78 100644 --- a/.idea/runConfigurations/Pytest.xml +++ b/.idea/runConfigurations/Pytest.xml @@ -1,6 +1,7 @@ + - \ No newline at end of file + diff --git a/.idea/sqlalchemy-bind-manager.iml b/.idea/sqlalchemy-bind-manager.iml index 22b1c4b..6ed0e92 100644 --- a/.idea/sqlalchemy-bind-manager.iml +++ b/.idea/sqlalchemy-bind-manager.iml @@ -10,4 +10,7 @@ + + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f13691f..08e48d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,8 +76,8 @@ testpaths = [ [tool.coverage.run] branch = true source = ["sqlalchemy_bind_manager"] -concurrency = ["multiprocessing"] -parallel = true +# It's not necessary to setup concurrency here +# because pytest-cov takes care of that [tool.coverage.report] fail_under = 100