Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
exclude specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Aug 2, 2024
1 parent 655105e commit e010988
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,6 @@
- Aaron Kanzer ([email protected])
- Aaron Kanzer ([email protected])
- Aaron Kanzer ([email protected])

---

14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ commands =
# Using pytest-cov instead of using coverage directly leaves a bunch of
# .coverage.$HOSTNAME.#.# files lying around for some reason
coverage erase
coverage run -m pytest -v {posargs} dandi
coverage run -m pytest -v {posargs} lincbrain
coverage combine
coverage report

Expand All @@ -23,16 +23,16 @@ deps =
codespell~=2.0
flake8
commands =
codespell dandi docs tools setup.py
flake8 --config=setup.cfg {posargs} dandi setup.py
codespell lincbrain setup.py
flake8 --config=setup.cfg {posargs} lincbrain setup.py

[testenv:typing]
deps =
mypy != 1.11.0
mypy
types-python-dateutil
types-requests
commands =
mypy dandi
mypy lincbrain

[testenv:docs]
basepython = python3
Expand All @@ -42,7 +42,7 @@ changedir = docs
commands = sphinx-build -E -W -b html source build

[pytest]
addopts = --tb=short --durations=10 --timeout=300
addopts = --tb=short --durations=10
markers =
integration
obolibrary
Expand Down Expand Up @@ -73,7 +73,7 @@ filterwarnings =

[coverage:run]
parallel = True
source = dandi
source = lincbrain

[coverage:report]
precision = 2
Expand Down

0 comments on commit e010988

Please sign in to comment.