From 3b9a7b927779c0039c8fdd6fe4f3f05ae0c5ae7a Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Sun, 26 May 2024 10:27:11 -0400 Subject: [PATCH] temove tests that depend on pkgs --- nodes/1_lib/source/tests/misc.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nodes/1_lib/source/tests/misc.nix b/nodes/1_lib/source/tests/misc.nix index 6774939..6088642 100644 --- a/nodes/1_lib/source/tests/misc.nix +++ b/nodes/1_lib/source/tests/misc.nix @@ -432,7 +432,6 @@ runTests { "${builtins.storeDir}/d945ibfx9x185xf04b890y4f9g3cbb63-python-2.7.11"; in { storePath = isStorePath goodPath; - storePathDerivation = isStorePath (import ../.. { system = "x86_64-linux"; }).hello; storePathAppendix = isStorePath "${goodPath}/bin/python"; nonAbsolute = isStorePath (concatStrings (tail (stringToCharacters goodPath))); @@ -446,7 +445,6 @@ runTests { }; expected = { storePath = true; - storePathDerivation = true; storePathAppendix = false; nonAbsolute = false; asPath = true; @@ -506,11 +504,6 @@ runTests { expected = true; }; - testHasInfixDerivation = { - expr = hasInfix "hello" (import ../.. { system = "x86_64-linux"; }).hello; - expected = true; - }; - testHasInfixPath = { expr = hasInfix "tests" ./.; expected = true;