Skip to content

Commit 4167ccb

Browse files
committed
undo tox changes
1 parent d19b31c commit 4167ccb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ allowlist_externals =
284284
extras =
285285
commands_pre =
286286
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
287-
git clone https://github.com/braingram/weldx.git -b schema_cleanup
287+
git clone https://github.com/BAMWelDX/weldx.git
288288
pip install -e weldx[test,media]
289289
pip install -r {env_tmp_dir}/requirements.txt
290290
pip freeze
@@ -314,9 +314,7 @@ allowlist_externals =
314314
extras =
315315
commands_pre =
316316
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
317-
git clone https://github.com/braingram/dkist.git -b schema_cleanup
318-
git clone https://github.com/sunpy/sunpy.git
319-
pip install -e sunpy[tests,all]
317+
git clone https://github.com/DKISTDC/dkist.git
320318
pip install -e dkist[tests]
321319
pip install -r {env_tmp_dir}/requirements.txt
322320
pip freeze

0 commit comments

Comments
 (0)