Skip to content

Commit

Permalink
add rigs back
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Jul 17, 2024
1 parent 192e515 commit 7389b3b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,12 @@ def local_s3_rig(request, monkeypatch, assets_dir):
"rig",
azure_fixtures
+ [
# gs_rig,
# s3_rig,
# custom_s3_rig,
# local_azure_rig,
# local_s3_rig,
# local_gs_rig,
gs_rig,
s3_rig,
custom_s3_rig,
local_azure_rig,
local_s3_rig,
local_gs_rig,
],
)

Expand All @@ -451,6 +451,6 @@ def local_s3_rig(request, monkeypatch, assets_dir):
"s3_like_rig",
[
s3_rig,
# custom_s3_rig,
custom_s3_rig,
],
)

0 comments on commit 7389b3b

Please sign in to comment.