Restrict gmxapi pytest tests to `-nt 2`
authorM. Eric Irrgang <ericirrgang@gmail.com>
Wed, 30 Sep 2020 12:39:37 +0000 (15:39 +0300)
committerM. Eric Irrgang <mei2n@virginia.edu>
Wed, 30 Sep 2020 16:31:37 +0000 (16:31 +0000)
commit82f499610b792a90802a9ca24439d9deddbd4409
tree524116c31a49fcd8e4aa21d9f56daa8cf2bed59d
parent20b93925023052ce6205e0dbdd3b3e83792a411f
Restrict gmxapi pytest tests to `-nt 2`

Fixes #3704

The current change is a quick fix to alleviate pressure on the project's
automation resources. Hard-coded resource constraints should be removed
in a follow-up change.

Also, the new facility to the mdrun ResourceManager needs to be
considered in future work.
python_packaging/sample_restraint/tests/test_binding.py
python_packaging/src/gmxapi/simulation/mdrun.py
python_packaging/src/test/test_mdrun.py
python_packaging/test/pytesthelpers.py