Skip to content

Commit

Permalink
only run gtfn tests
Browse files Browse the repository at this point in the history
  • Loading branch information
halungge committed Oct 27, 2023
1 parent a726eee commit 184335d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions repos/c2sm/packages/py-gt4py/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ class PyGt4py(PythonPackage):
depends_on('py-pytest-xdist', type=('build', 'run'))

def test(self):
python('-m', 'pytest', '-v', '-s', '-n', 'auto', '--cov',
'--cov-append', 'tests/next_tests', 'tests/eve_tests')
python('-m', 'pytest', '-v', '-s', '-n', 'auto', '-k', '[otf_compile_executor.run_gtfn]', 'tests/next_tests', 'tests/eve_tests')

0 comments on commit 184335d

Please sign in to comment.