Skip to content

Commit

Permalink
Move pytest to dev-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed May 16, 2024
1 parent 469e358 commit 7b10a4a
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Install pipenv
run: curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python
- name: Install dependencies
run: pipenv install
run: pipenv install --dev
- name: Run tests
run: (cd PyTest/; pipenv run pytest)
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ pandas = "==0.23.4"
openpyxl = "==2.6.1"
jsonschema = "==3.0.0a4"
urllib3 = "*"
pytest = "*"
xlrd = "==1.2.0"

[dev-packages]
pytest = "*"

[requires]
python_version = "3.7"
Expand Down
125 changes: 75 additions & 50 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b10a4a

Please sign in to comment.