Skip to content

Commit

Permalink
don't expect subdir in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Nov 26, 2024
1 parent 4d05143 commit a92bd98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ def test_new_pkg_format_preferred(testing_workdir, mocker):
"name": "conda-index-pkg-a",
"sha256": "459f3e9b2178fa33bdc4e6267326405329d1c1ab982273d9a1c0a5084a1ddc30",
"size": 8733,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand All @@ -894,7 +894,7 @@ def test_new_pkg_format_preferred(testing_workdir, mocker):
"name": "conda-index-pkg-a",
"sha256": "67b07b644105439515cc5c8c22c86939514cacf30c8c574cd70f5f1267a40f19",
"size": 9296,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand Down Expand Up @@ -975,7 +975,7 @@ def test_new_pkg_format_stat_cache_used(testing_workdir, mocker):
"name": "conda-index-pkg-a",
"sha256": "459f3e9b2178fa33bdc4e6267326405329d1c1ab982273d9a1c0a5084a1ddc30",
"size": 8733,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand All @@ -990,7 +990,7 @@ def test_new_pkg_format_stat_cache_used(testing_workdir, mocker):
"name": "conda-index-pkg-a",
"sha256": "67b07b644105439515cc5c8c22c86939514cacf30c8c574cd70f5f1267a40f19",
"size": 9296,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand Down

0 comments on commit a92bd98

Please sign in to comment.