Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove vcrpy dependency #72

Merged
merged 3 commits into from
Jul 3, 2024
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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dev = [
"pytest-mock",
"pytest",
"ruff",
"vcrpy",
]

[tool.setuptools.dynamic]
Expand Down
30 changes: 8 additions & 22 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage[toml]==7.5.3
coverage[toml]==7.5.4
# via
# agentarchives (pyproject.toml)
# pytest-cov
exceptiongroup==1.2.1
# via pytest
idna==3.7
# via
# requests
# yarl
importlib-metadata==7.1.0
# via requests
importlib-metadata==8.0.0
# via build
iniconfig==2.0.0
# via pytest
multidict==6.0.5
# via yarl
mysqlclient==2.2.4
# via agentarchives (pyproject.toml)
packaging==24.1
Expand All @@ -51,35 +47,25 @@ pytest-cov==5.0.0
# via agentarchives (pyproject.toml)
pytest-mock==3.14.0
# via agentarchives (pyproject.toml)
pyyaml==6.0.1
# via vcrpy
requests==2.32.3
# via agentarchives (pyproject.toml)
ruff==0.4.9
ruff==0.5.0
# via agentarchives (pyproject.toml)
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pytest
urllib3==1.26.19
# via
# requests
# vcrpy
vcrpy==6.0.1
# via agentarchives (pyproject.toml)
urllib3==2.2.2
# via requests
wheel==0.43.0
# via pip-tools
wrapt==1.16.0
# via vcrpy
yarl==1.9.4
# via vcrpy
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.1
# via pip-tools
setuptools==70.1.0
setuptools==70.2.0
# via pip-tools
31 changes: 0 additions & 31 deletions tests/fixtures/atom/test_add_child_resource.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions tests/fixtures/atom/test_add_child_resource_component.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions tests/fixtures/atom/test_add_digital_object.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions tests/fixtures/atom/test_adding_child_with_note.yaml

This file was deleted.

160 changes: 0 additions & 160 deletions tests/fixtures/atom/test_augment_ids.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions tests/fixtures/atom/test_collection_list.yaml

This file was deleted.

Loading