diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-07-01 18:58:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 11:58:53 -0500 |
commit | a5eabfad9117c1423bb0bfc33bbe0571c5e17c04 (patch) | |
tree | feb9340f1d3ee8d007eaf91c0492063218317d84 /lib | |
parent | 6a77f1ff457600523477380257bd698b8824648e (diff) | |
download | spack-a5eabfad9117c1423bb0bfc33bbe0571c5e17c04.tar.gz spack-a5eabfad9117c1423bb0bfc33bbe0571c5e17c04.tar.bz2 spack-a5eabfad9117c1423bb0bfc33bbe0571c5e17c04.tar.xz spack-a5eabfad9117c1423bb0bfc33bbe0571c5e17c04.zip |
Moved flake8, shell and documentation tests to Github Action (#17328)
* Move flake8 tests on Github Actions
* Move shell test to Github Actions
* Moved documentation build to Github Action
* Don't run coverage on Python 2.6
Since we get connection errors consistently on Travis
when trying to upload coverage results for Python 2.6,
avoid computing coverage entirely to speed-up tests.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/llnl/util/lock.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/spack/spack/test/llnl/util/lock.py b/lib/spack/spack/test/llnl/util/lock.py index a959ea0c73..b2b7cf85ac 100644 --- a/lib/spack/spack/test/llnl/util/lock.py +++ b/lib/spack/spack/test/llnl/util/lock.py @@ -1143,8 +1143,6 @@ def test_nested_reads(lock_path): assert vals['read'] == 1 -@pytest.mark.skipif('macos' in os.environ.get('GITHUB_WORKFLOW', ''), - reason="Skip failing test for GA on MacOS") def test_lock_debug_output(lock_path): host = socket.getfqdn() |