Skip to content

Commit 141a12f

Browse files
committed
TMP: pin to asdf-standard branch
1 parent cf5ea69 commit 141a12f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ dynamic = [
1414
'version',
1515
]
1616
dependencies = [
17-
"asdf-standard>=1.1.0",
17+
# "asdf-standard>=1.1.0",
18+
"asdf-standard @ git+https://github.com/braingram/asdf-standard.git@missing_transform_schemas",
1819
"importlib-metadata>=4.11.4 ; python_version<='3.11'",
1920
"jmespath>=0.6.2",
2021
"numpy>=1.22",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ allowlist_externals =
6969
extras =
7070
commands_pre =
7171
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
72-
git clone https://github.com/asdf-format/asdf-standard.git
72+
git clone https://github.com/braingram/asdf-standard.git -b missing_transform_schemas
7373
pip install -e asdf-standard[test]
7474
pip install -r {env_tmp_dir}/requirements.txt
7575
pip freeze

0 commit comments

Comments
 (0)