Skip to content

Commit

Permalink
Merge pull request #647 from jdasilva-invitae/back-to-py36
Browse files Browse the repository at this point in the history
Go back to py36
  • Loading branch information
andreasprlic committed Nov 16, 2022
2 parents 0513801 + e7859de commit 394e632
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ build: %:
test:
pytest
test-code:
pytest --addopts="${TEST_DIRS}"
pytest ${TEST_DIRS}
test-docs:
pytest --addopts="${DOC_TESTS}"
pytest ${DOC_TESTS}
stest:
pytest --addopts="-vvv -s -k ${t}"
pytest -vvv -s -k ${t}
test-%:
pytest --addopts="-m '$*' ${TEST_DIRS}"
pytest -m '$*' ${TEST_DIRS}

#=> test-learn: build test data cache
#=> test-relearn: destroy and rebuild test data cache
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
description = "HGVS Parser, Formatter, Mapper, Validator"
readme = "README.rst"
license = { file="LICENSE.txt" }
requires-python = ">=3.8"
requires-python = ">=3.6"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 394e632

Please sign in to comment.