Skip to content

Commit

Permalink
Merge pull request #375 from biolink/fix_click
Browse files Browse the repository at this point in the history
update Click, update tox support to fix kgx black/click conflicts.
  • Loading branch information
sierra-moxon committed Mar 8, 2022
2 parents 496934e + ac74b57 commit c8743b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Tox
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
types: [opened]
types: [opened, synchronize, reopened]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pandas>=1.0.3
pytest>=0.0
mypy>=0.0
rdflib~=5.0.0
Click~=7.0
Click
neo4j==4.3
pyyaml>=0.0
prologterms>=0.0.5
Expand All @@ -22,7 +22,6 @@ sphinx-rtd-theme~=0.4.3
sphinx-click~=2.3.1
ordered-set>=4.0.2
docker>=4.2.2
pathlib>=1.0.0
jsonlines>=1.2.0
jsonstreams>=0.5.0
ijson>=3.1.3
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# TODO explain tox and testenv reserved words
[tox]
envlist = py37
py38
py39
envlist = python3.7
python3.8
python3.9
black-diff
flake8
docker-tests
Expand Down

0 comments on commit c8743b7

Please sign in to comment.