Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed May 15, 2024
1 parent d53ff53 commit 29d5c7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ filterwarnings = [
# For some reason we get this error, see
# https://github.com/aiidalab/aiidalab-widgets-base/issues/551
'ignore:Exception ignored in:pytest.PytestUnraisableExceptionWarning:_pytest',
#'ignore::DeprecationWarning:pytest_html',
'ignore::DeprecationWarning:jupyter_client',
#'ignore::DeprecationWarning:selenium',
#'ignore::DeprecationWarning:pytest_selenium',
'ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning:aio_pika',
]

[tool.ruff]
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,12 @@ dev =
bumpver>=2023.1129
pgtest~=1.3
pre-commit>=3.5
pytest~=7.4
pytest-cov~=4.0
pytest-docker~=2.0
pytest~=8.2.0
pytest-cov~=5.0
pytest-docker~=3.0
pytest-selenium~=4.1
pytest-timeout~=2.2
selenium==4.20.0
webdriver-manager~=3.8
optimade =
ipyoptimade~=0.1
smiles =
Expand Down

0 comments on commit 29d5c7c

Please sign in to comment.