Skip to content

Commit

Permalink
remove unused asdf-unit-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 10, 2024
1 parent bfd7a68 commit e6ce746
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
default_python: '3.10'
envs: |
- linux: asdf-standard
- linux: asdf-coordinates-schemas
- linux: asdf-transform-schemas
- linux: asdf-unit-schemas
- linux: asdf-wcs-schemas
test:
needs: [core]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
envs: |
- linux: asdf-wcs-schemas
- linux: asdf-coordinates-schemas
- linux: asdf-zarr
- linux: asdf-compression
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
3.2.0 (unreleased)
------------------

- Removed unused ``asdf-unit-schemas`` dependency [#1767]


3.1.0 (2024-02-27)
------------------

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ dynamic = [
]
dependencies = [
"asdf-standard>=1.0.1",
"asdf-transform-schemas>=0.3",
"asdf-unit-schemas>=0.1",
"asdf-transform-schemas>=0.3", # required for asdf-1.0.0 schema
"importlib-metadata>=4.11.4",
"jmespath>=0.6.2",
"numpy>=1.22",
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
git+https://github.com/asdf-format/asdf-coordinates-schemas
git+https://github.com/asdf-format/asdf-standard
git+https://github.com/asdf-format/asdf-transform-schemas
git+https://github.com/asdf-format/asdf-unit-schemas.git
git+https://github.com/asdf-format/asdf-wcs-schemas
git+https://github.com/yaml/pyyaml.git

numpy>=0.0.dev0
Expand Down
15 changes: 0 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,6 @@ commands_pre =
commands =
pytest asdf-transform-schemas

[testenv:asdf-unit-schemas]
change_dir = {env_tmp_dir}
allowlist_externals =
git
bash
extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
git clone https://github.com/asdf-format/asdf-unit-schemas.git
pip install -e asdf-unit-schemas[test]
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
commands =
pytest asdf-unit-schemas

[testenv:asdf-wcs-schemas]
change_dir = {env_tmp_dir}
allowlist_externals =
Expand Down

0 comments on commit e6ce746

Please sign in to comment.