From a92bd98a8570bb8c4fa8fd696e5c042a6f1b7a6d Mon Sep 17 00:00:00 2001 From: Daniel Holth Date: Tue, 26 Nov 2024 15:58:07 -0500 Subject: [PATCH] don't expect subdir in tests --- tests/test_index.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_index.py b/tests/test_index.py index 1c339ad..32f6ecd 100644 --- a/tests/test_index.py +++ b/tests/test_index.py @@ -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", }, @@ -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", }, @@ -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", }, @@ -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", },