summaryrefslogtreecommitdiffstats
path: root/test/requirements.txt
diff options
context:
space:
mode:
authorTom Jones <thj@freebsd.org>2024-02-07 13:29:51 +0000
committerOle Tr�an <otroan@employees.org>2024-03-26 15:15:02 +0000
commit4941afb4f96a20df7dc8b6688f7921a3d713b77d (patch)
treec5d10fa450f76d9ceeb97f2a04f4e1540f4ac7f9 /test/requirements.txt
parente49e75a4b5ff10063fd9e1681375f193e0e49ff0 (diff)
tests: Add support for getting corefile patterns on FreeBSD
Type: improvement Change-Id: I960edc05a9a77eb55f67cb1ec01d2b3122298ef8 Signed-off-by: Tom Jones <thj@freebsd.org>
Diffstat (limited to 'test/requirements.txt')
-rw-r--r--test/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/requirements.txt b/test/requirements.txt
index beb338dea7c..c01d31161f7 100644
--- a/test/requirements.txt
+++ b/test/requirements.txt
@@ -23,3 +23,4 @@ dataclasses; python_version == '3.6' # Apache-2.0
black # MIT https://github.com/psf/black
pycryptodome # BSD, Public Domain
sh # MIT https://github.com/amoffat/sh
+sysctl; platform_system == "FreeBSD" # BSD