Skip to content

Commit fe2e7d3

Browse files
committed
IDEV-2299: Fix failing tests due to dependency update.
1 parent af86f24 commit fe2e7d3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

domaintools/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,6 @@ def iris_investigate(
671671
data_updated_after=None,
672672
expiration_date=None,
673673
create_date=None,
674-
active=None,
675674
search_hash=None,
676675
risk_score=None,
677676
younger_than_date=None,

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ passenv =
1111
TEST_KEY
1212
deps =
1313
click==8.1.8
14+
vcrpy==7.0.0
1415
pytest
1516
pytest-cov
1617
pytest-asyncio
1718
httpx
18-
vcrpy
1919
rich
2020
typer
21-
yarl
2221
.
2322
commands =
2423
py.test -s --capture=sys --cov=domaintools --cov=domaintools_async tests --ignore=tests/e2e

0 commit comments

Comments
 (0)