Skip to content

Commit

Permalink
wip scripts/gh_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-smith-artifex-com committed Oct 25, 2023
1 parent 223e2b3 commit 938ee63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/gh_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,7 @@ def set_cibuild_test():
env_set('CIBW_TEST_COMMAND', 'python {project}/scripts/gh_release.py test {project} {package}')
else:
env_set('CIBW_TEST_REQUIRES', 'fontTools pytest')
#env_set('CIBW_TEST_COMMAND', 'python {project}/tests/run_compound.py pytest -s {project}/tests')
env_set('CIBW_TEST_COMMAND', 'python {project}/tests/run_compound.py pytest -s {project}/tests/test_font.py')
env_set('CIBW_TEST_COMMAND', 'python {project}/tests/run_compound.py pytest -s {project}/tests')

pymupdf_dir = os.path.abspath( f'{__file__}/../..')
if pymupdf_dir != os.path.abspath( os.getcwd()):
Expand Down

0 comments on commit 938ee63

Please sign in to comment.