Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed the one trailing space i fogot about+_+
  • Loading branch information
abslock128w authored Feb 11, 2026
commit 2d95860fda86e97f066db7080f4fa49085296300
1 change: 0 additions & 1 deletion numpy/_core/tests/test_cpu_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ class Test_X86_Features(AbstractTest):
def load_flags(self):
self.load_flags_cpuinfo("flags")


is_power = re.match(r"^(powerpc|ppc)64", machine, re.IGNORECASE)
@pytest.mark.skipif(not is_linux or not is_power, reason="Only for Linux and Power")
class Test_POWER_Features(AbstractTest):
Expand Down
Loading