Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test
name: Pre-commit Lint

on:
pull_request:
Expand All @@ -22,6 +22,7 @@ jobs:
pip install .
- name: run pre-commit linters and formatters
uses: pre-commit/action@v2.0.3
- name: run pytest tests
run: python -m pytest --import-mode=append tests/ --cov
# pytest runs integration tests with dependency on Quali Server Instance - run them locally
# - name: run pytest tests
# run: python -m pytest --import-mode=append tests/ --cov

5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ package_dir =
= src
packages = find:
python_requires = >=3.7
install_requires =[
requests>=2, <3,
install_requires =
requests>=2, <3
abstract-http-client>=1,<2
]

[options.packages.find]
where = src