From a1af8173b7485a1f7d35d965d0b0216f40f8b07b Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 12 Dec 2023 16:54:53 -0500 Subject: [PATCH] TEMP: test against braingram/asdf-standard symlink_resources --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 252670966..8e2cb2f39 100644 --- a/tox.ini +++ b/tox.ini @@ -65,7 +65,7 @@ allowlist_externals = extras = commands_pre = bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt" - git clone https://github.com/asdf-format/asdf-standard.git + git clone https://github.com/braingram/asdf-standard.git -b symlink_resources pip install -e asdf-standard[test] pip install -r {env_tmp_dir}/requirements.txt pip freeze