Skip to content

Commit

Permalink
Merge pull request #1767 from braingram/unused_deps
Browse files Browse the repository at this point in the history
Remove unused `asdf-unit-schemas` update CI
  • Loading branch information
braingram committed Apr 5, 2024
2 parents c85cf38 + 5a0f606 commit 1d1c521
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 21 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
envs: |
- linux: asdf-standard
- linux: asdf-transform-schemas
- linux: asdf-unit-schemas
test:
needs: [core]
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

- Add ``float16`` support [#1692]

- 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.1.0",
"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 1d1c521

Please sign in to comment.