treewide: pytestFlagsArray -> enabledTestPaths (trivial)

Changed files
+358 -358
pkgs
applications
audio
mopidy
graphics
inkscape
extensions
silhouette
misc
electrum
mbutil
science
misc
sasview
by-name
ad
adios2
ap
apache-airflow
ar
arouteserver
aw
awsebcli
bc
ca
castero
ch
charmcraft
cr
credslayer
fi
fittrackee
ge
gemmi
he
herbstluftwm
kn
knowsmore
ma
mackup
me
memray
op
open-web-calendar
pa
paperless-ngx
ph
phase-cli
ro
routersploit
s3
sn
snakemake
snapcraft
wo
world-wall-clock
development
python-modules
accelerate
actdiag
aeidon
afsapi
ahocorapy
aiokef
aiomultiprocess
aiosqlite
ancp-bids
anonip
ansi2image
aocd
apipkg
asn1
aspell-python
astropy-extension-helpers
asyncinotify
attacut
autopxd2
aw-client
awswrangler
ayla-iot-unofficial
azure-core
bagit
base36
beautifultable
binary2strings
biom-format
biothings-client
blockdiag
braintree
brotli
brotlicffi
bundlewrap
cairosvg
cart
cassandra-driver
celery-singleton
changefinder
chart-studio
checkdmarc
chess
ciso8601
clevercsv
click-command-tree
cmigemo
cobble
coconut
compressed-rtf
consonance
coredis
craft-application
craft-archives
craft-cli
craft-grammar
craft-parts
craft-platforms
craft-providers
craft-store
curated-tokenizers
cvxpy
cyclonedx-python-lib
daltonlens
databricks-sql-connector
datapoint
datatable
dateparser
dbt-bigquery
dbt-redshift
dbt-snowflake
decorator
detectron2
diffusers
django-hierarkey
django-otp
dns-lexicon
docker
dodgy
dohq-artifactory
dotmap
dsinternals
ducc0
dulwich
durationpy
envs
eradicate
esprima
events
extension-helpers
extract-msg
fabric
falcon
fast-histogram
fasteners
fedora-messaging
ffmpeg-progress-yield
filedate
finetuning-scheduler
flake8-deprecated
flake8-length
flask-paginate
flask-principal
flask-sock
flask-socketio
fpyutils
freesasa
gensim
geopandas
glean-sdk
granian
graphrag
guidance
habanero
hdate
html-sanitizer
html5-parser
httmock
http-message-signatures
httpie
hyperscan
hypothesis
hyppo
i-pi
icalendar
import-expression
intelhex
intensity-normalization
iocextract
iometer
iptools
isal
isbnlib
iso4217
iso8601
itanium-demangler
joblib
jsbeautifier
jsmin
jsonpatch
jsonpath
jsonpath-python
jsonref
jsonrpc-async
jsonrpc-base
junos-eznc
langchain-aws
langchain-azure-dynamic-sessions
langchain-community
langchain-core
langchain-groq
langchain-huggingface
langchain-mongodb
langchain-ollama
langchain-openai
langchain-text-splitters
langgraph-cli
libsass
libtmux
libusb1
litestar
livekit-api
looseversion
losant-rest
luhn
luna-usb
macaddress
md-toc
mdx-truly-sane-lists
mixbox
mohawk
monotonic-alignment-search
moreorless
mpire
mqtt2influxdb
mrsqm
music-tag
mypy
natasha
nilearn
niworkflows
nmapthon2
numericalunits
nwdiag
objax
objsize
okta
onnx
openhomedevice
opensimplex
opentelemetry-exporter-otlp-proto-grpc
osc-sdk-python
papis
parameterized
paramz
parsedatetime
pcapy-ng
peft
periodiq
phonenumbers
pins
plum-py
plyer
prometheus-flask-exporter
psutil
publicsuffixlist
py-bip39-bindings
py-sr25519-bindings
py-ubjson
py2bit
pybigwig
pycdio
pycognito
pycurl
pydemumble
pydot
pydsdl
pydub
pyeapi
pyfakefs
pygtfs
pylibjpeg-openjpeg
pymarshal
pymdstat
pymunk
pyowm
pypcap
pyqldb
pyqtgraph
pyquaternion
pytest-ansible
pytest-base-url
pytest-recording
pytest-relaxed
pytest-voluptuous
python-datemath
python-i18n
python-nvd3
python-slugify
python-utils
pytimeparse
pyuseragents
pyversasense
pywinrm
pyxnat
razdel
reconplogger
redshift-connector
reolink
repoze-lru
requests-cache
requests-http-signature
restructuredtext-lint
ripe-atlas-sagan
robotframework-requests
robotframework-tools
rpcq
safetensors
scikit-bio
seqdiag
serverlessrepo
setuptools-scm-git-archive
sh
signxml
simpleeval
simplesat
simsimd
siphash24
sismic
skops
slovnet
smart-open
snakemake-interface-common
sphinx-rtd-dark-mode
sseclient-py
statsd
stim
stm32loader
streaming-form-data
stringzilla
stumpy
subunit
swh-objstorage
symbolic
teamcity-messages
telegraph
tencentcloud-sdk-python
tensorly
tesla-powerwall
tess
testfixtures
textacy
textstat
texttable
textx
throttler
timeago
timm
tinyrecord
titlecase
trimesh
trx-python
ttp
tweedledum
typed-settings
typeshed-client
ultralytics
unicode-slugify
virt-firmware
vobject
voluptuous
wakeonlan
wasserstein
wcag-contrast-ratio
weaviate-client
wsme
wurlitzer
yara-python
yaramod
yargy
yeelight
yq
yte
zc-lockfile
zope-cachedescriptors
zope-deprecation
zope-dottedname
zope-event
zope-testing
zxing-cpp
servers
home-assistant
+1 -1
pkgs/applications/audio/mopidy/tidal.nix
···
pytest-mock
];
-
pytestFlagsArray = [ "tests/" ];
meta = {
description = "Mopidy extension for playing music from Tidal";
···
pytest-mock
];
+
enabledTestPaths = [ "tests/" ];
meta = {
description = "Mopidy extension for playing music from Tidal";
+1 -1
pkgs/applications/graphics/inkscape/extensions/silhouette/default.nix
···
umockdev
];
-
pytestFlagsArray = [
"test"
];
···
umockdev
];
+
enabledTestPaths = [
"test"
];
+1 -1
pkgs/applications/misc/electrum/default.nix
···
pycryptodomex
];
-
pytestFlagsArray = [ "tests" ];
postCheck = ''
$out/bin/electrum help >/dev/null
···
pycryptodomex
];
+
enabledTestPaths = [ "tests" ];
postCheck = ''
$out/bin/electrum help >/dev/null
+1 -1
pkgs/applications/misc/electrum/ltc.nix
···
];
buildInputs = lib.optional stdenv.hostPlatform.isLinux qtwayland;
-
pytestFlagsArray = [ "electrum_ltc/tests" ];
disabledTests = [
"test_loop" # test tries to bind 127.0.0.1 causing permission error
···
];
buildInputs = lib.optional stdenv.hostPlatform.isLinux qtwayland;
+
enabledTestPaths = [ "electrum_ltc/tests" ];
disabledTests = [
"test_loop" # test tries to bind 127.0.0.1 causing permission error
+1 -1
pkgs/applications/misc/mbutil/default.nix
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/test.py" ];
meta = {
description = "Importer and exporter for MBTiles";
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/test.py" ];
meta = {
description = "Importer and exporter for MBTiles";
+1 -1
pkgs/applications/science/misc/sasview/default.nix
···
unittest-xml-reporting
];
-
pytestFlagsArray = [
"test"
];
···
unittest-xml-reporting
];
+
enabledTestPaths = [
"test"
];
+1 -1
pkgs/by-name/ad/adios2/package.nix
···
rm ../testing/adios2/python/TestBPWriteTypesHighLevelAPI.py
'';
-
pytestFlagsArray = [
"../testing/adios2/python/Test*.py"
];
···
rm ../testing/adios2/python/TestBPWriteTypesHighLevelAPI.py
'';
+
enabledTestPaths = [
"../testing/adios2/python/Test*.py"
];
+1 -1
pkgs/by-name/ap/apache-airflow/python-package.nix
···
airflow db reset -y
'';
-
pytestFlagsArray = [
"tests/core/test_core.py"
];
···
airflow db reset -y
'';
+
enabledTestPaths = [
"tests/core/test_core.py"
];
+1 -1
pkgs/by-name/ar/arouteserver/package.nix
···
"pierky.arouteserver"
];
-
pytestFlagsArray = [ "tests/static" ];
disabledTests = [
# disable copyright year check of files
···
"pierky.arouteserver"
];
+
enabledTestPaths = [ "tests/static" ];
disabledTests = [
# disable copyright year check of files
+1 -1
pkgs/by-name/aw/awsebcli/package.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/unit"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/unit"
];
+1 -1
pkgs/by-name/bc/bcal/package.nix
···
python3Packages.pytestCheckHook
];
-
pytestFlagsArray = [ "test.py" ];
meta = with lib; {
description = "Storage conversion and expression calculator";
···
python3Packages.pytestCheckHook
];
+
enabledTestPaths = [ "test.py" ];
meta = with lib; {
description = "Storage conversion and expression calculator";
+1 -1
pkgs/by-name/ca/castero/package.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests"
];
+1 -1
pkgs/by-name/ch/charmcraft/package.nix
···
writableTmpDirAsHomeHook
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# Relies upon the `charm` tool being installed
···
writableTmpDirAsHomeHook
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# Relies upon the `charm` tool being installed
+1 -1
pkgs/by-name/cr/credslayer/package.nix
···
wireshark-cli
];
-
pytestFlagsArray = [
"tests/tests.py"
];
···
wireshark-cli
];
+
enabledTestPaths = [
"tests/tests.py"
];
+1 -1
pkgs/by-name/fi/fittrackee/package.nix
···
time-machine
];
-
pytestFlagsArray = [
"fittrackee"
];
···
time-machine
];
+
enabledTestPaths = [
"fittrackee"
];
+1 -1
pkgs/by-name/ge/gemmi/package.nix
···
"test_reading"
];
-
pytestFlagsArray = [ "../tests" ];
meta = {
description = "Macromolecular crystallography library and utilities";
···
"test_reading"
];
+
enabledTestPaths = [ "../tests" ];
meta = {
description = "Macromolecular crystallography library and utilities";
+1 -1
pkgs/by-name/he/herbstluftwm/package.nix
···
export PYTHONPATH="$PYTHONPATH:../python"
'';
-
pytestFlagsArray = [ "../tests" ];
disabledTests = [
"test_autostart" # $PATH problems
"test_wmexec_to_other" # timeouts in sandbox
···
export PYTHONPATH="$PYTHONPATH:../python"
'';
+
enabledTestPaths = [ "../tests" ];
disabledTests = [
"test_autostart" # $PATH problems
"test_wmexec_to_other" # timeouts in sandbox
+1 -1
pkgs/by-name/kn/knowsmore/package.nix
···
pythonImportsCheck = [ "knowsmore" ];
-
pytestFlagsArray = [ "tests/tests*" ];
meta = with lib; {
description = "Tool for pentesting Microsoft Active Directory";
···
pythonImportsCheck = [ "knowsmore" ];
+
enabledTestPaths = [ "tests/tests*" ];
meta = with lib; {
description = "Tool for pentesting Microsoft Active Directory";
+1 -1
pkgs/by-name/ma/mackup/package.nix
···
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/*.py" ];
# Disabling tests failing on darwin due to a missing pgrep binary on procps
disabledTests = [ "test_is_process_running" ];
···
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/*.py" ];
# Disabling tests failing on darwin due to a missing pgrep binary on procps
disabledTests = [ "test_is_process_running" ];
+1 -1
pkgs/by-name/me/memray/package.nix
···
pythonImportsCheck = [ "memray" ];
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# Import issue
···
pythonImportsCheck = [ "memray" ];
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# Import issue
+1 -1
pkgs/by-name/op/open-web-calendar/package.nix
···
nativeCheckInputs = with python.pkgs; [ pytestCheckHook ];
-
pytestFlagsArray = [ "open_web_calendar/test" ];
pythonImportsCheck = [ "open_web_calendar.app" ];
···
nativeCheckInputs = with python.pkgs; [ pytestCheckHook ];
+
enabledTestPaths = [ "open_web_calendar/test" ];
pythonImportsCheck = [ "open_web_calendar.app" ];
+1 -1
pkgs/by-name/pa/paperless-ngx/package.nix
···
# manually managed in postPatch
dontUsePytestXdist = false;
-
pytestFlagsArray = [
"src"
];
···
# manually managed in postPatch
dontUsePytestXdist = false;
+
enabledTestPaths = [
"src"
];
+1 -1
pkgs/by-name/ph/phase-cli/package.nix
···
python3Packages.pytestCheckHook
];
-
pytestFlagsArray = [
"tests/*.py"
];
···
python3Packages.pytestCheckHook
];
+
enabledTestPaths = [
"tests/*.py"
];
+1 -1
pkgs/by-name/ro/routersploit/package.nix
···
pythonImportsCheck = [ "routersploit" ];
-
pytestFlagsArray = [
# Run the same tests as upstream does in the first round
"tests/core/"
"tests/test_exploit_scenarios.py"
···
pythonImportsCheck = [ "routersploit" ];
+
enabledTestPaths = [
# Run the same tests as upstream does in the first round
"tests/core/"
"tests/test_exploit_scenarios.py"
+1 -1
pkgs/by-name/s3/s3ql/package.nix
···
pythonImportsCheck = [ "s3ql" ];
-
pytestFlagsArray = [ "tests/" ];
passthru.updateScript = nix-update-script {
extraArgs = [
···
pythonImportsCheck = [ "s3ql" ];
+
enabledTestPaths = [ "tests/" ];
passthru.updateScript = nix-update-script {
extraArgs = [
+1 -1
pkgs/by-name/sn/snakemake/package.nix
···
versionCheckProgramArg = "--version";
-
pytestFlagsArray = [
"tests/tests.py"
"tests/test_expand.py"
"tests/test_io.py"
···
versionCheckProgramArg = "--version";
+
enabledTestPaths = [
"tests/tests.py"
"tests/test_expand.py"
"tests/test_io.py"
+1 -1
pkgs/by-name/sn/snapcraft/package.nix
···
squashfsTools
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
"test_bin_echo"
···
squashfsTools
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
"test_bin_echo"
+1 -1
pkgs/by-name/wo/world-wall-clock/package.nix
···
nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/*" ];
meta = {
description = "TUI application that provides a multi-timezone graphical clock in a terminal environment.";
···
nativeCheckInputs = with python3.pkgs; [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/*" ];
meta = {
description = "TUI application that provides a multi-timezone graphical clock in a terminal environment.";
+1 -1
pkgs/development/python-modules/accelerate/default.nix
···
preCheck = lib.optionalString config.cudaSupport ''
export TRITON_PTXAS_PATH="${lib.getExe' cudatoolkit "ptxas"}"
'';
-
pytestFlagsArray = [ "tests" ];
disabledTests =
[
# try to download data:
···
preCheck = lib.optionalString config.cudaSupport ''
export TRITON_PTXAS_PATH="${lib.getExe' cudatoolkit "ptxas"}"
'';
+
enabledTestPaths = [ "tests" ];
disabledTests =
[
# try to download data:
+1 -1
pkgs/development/python-modules/actdiag/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/actdiag/tests/" ];
disabledTests = [
# AttributeError: 'TestRstDirectives' object has no attribute 'assertRegexpMatches'
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/actdiag/tests/" ];
disabledTests = [
# AttributeError: 'TestRstDirectives' object has no attribute 'assertRegexpMatches'
+1 -1
pkgs/development/python-modules/aeidon/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "aeidon/test" ];
disabledTests = [
# requires gspell to work with gobject introspection
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "aeidon/test" ];
disabledTests = [
# requires gspell to work with gobject introspection
+1 -1
pkgs/development/python-modules/afsapi/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "async_tests.py" ];
pythonImportsCheck = [ "afsapi" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "async_tests.py" ];
pythonImportsCheck = [ "afsapi" ];
+1 -1
pkgs/development/python-modules/ahocorapy/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/ahocorapy_test.py"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/ahocorapy_test.py"
];
+1 -1
pkgs/development/python-modules/aiokef/default.nix
···
pytest-cov-stub
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "aiokef" ];
meta = with lib; {
···
pytest-cov-stub
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "aiokef" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/aiomultiprocess/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "aiomultiprocess/tests/*.py" ];
disabledTests = [
# tests are flaky and make the whole test suite time out
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "aiomultiprocess/tests/*.py" ];
disabledTests = [
# tests are flaky and make the whole test suite time out
+1 -1
pkgs/development/python-modules/aiosqlite/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
# Tests are not pick-up automatically by the hook
-
pytestFlagsArray = [ "aiosqlite/tests/*.py" ];
pythonImportsCheck = [ "aiosqlite" ];
···
nativeCheckInputs = [ pytestCheckHook ];
# Tests are not pick-up automatically by the hook
+
enabledTestPaths = [ "aiosqlite/tests/*.py" ];
pythonImportsCheck = [ "aiosqlite" ];
+1 -1
pkgs/development/python-modules/ancp-bids/default.nix
···
pythonImportsCheck = [ "ancpbids" ];
-
pytestFlagsArray = [ "tests/auto" ];
disabledTests = [ "test_fetch_dataset" ];
···
pythonImportsCheck = [ "ancpbids" ];
+
enabledTestPaths = [ "tests/auto" ];
disabledTests = [ "test_fetch_dataset" ];
+1 -1
pkgs/development/python-modules/anonip/default.nix
···
pytest-cov-stub
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "anonip" ];
···
pytest-cov-stub
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "anonip" ];
+1 -1
pkgs/development/python-modules/ansi2image/default.nix
···
pythonImportsCheck = [ "ansi2image" ];
-
pytestFlagsArray = [ "tests/tests.py" ];
meta = with lib; {
description = "Module to convert ANSI text to an image";
···
pythonImportsCheck = [ "ansi2image" ];
+
enabledTestPaths = [ "tests/tests.py" ];
meta = with lib; {
description = "Module to convert ANSI text to an image";
+1 -1
pkgs/development/python-modules/aocd/default.nix
···
requests-mock
];
-
pytestFlagsArray = [
"tests/"
];
···
requests-mock
];
+
enabledTestPaths = [
"tests/"
];
+1 -1
pkgs/development/python-modules/apipkg/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test_apipkg.py" ];
pythonImportsCheck = [ "apipkg" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test_apipkg.py" ];
pythonImportsCheck = [ "apipkg" ];
+1 -1
pkgs/development/python-modules/asn1/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/test_asn1.py" ];
pythonImportsCheck = [ "asn1" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/test_asn1.py" ];
pythonImportsCheck = [ "asn1" ];
+1 -1
pkgs/development/python-modules/aspell-python/default.nix
···
export HOME=$(mktemp -d)
'';
-
pytestFlagsArray = [ "test/unittests.py" ];
disabledTests = lib.optionals (pythonAtLeast "3.10") [
# https://github.com/WojciechMula/aspell-python/issues/22
···
export HOME=$(mktemp -d)
'';
+
enabledTestPaths = [ "test/unittests.py" ];
disabledTests = lib.optionals (pythonAtLeast "3.10") [
# https://github.com/WojciechMula/aspell-python/issues/22
+1 -1
pkgs/development/python-modules/astropy-extension-helpers/default.nix
···
];
# avoid import mismatch errors, as conftest.py is copied to build dir
-
pytestFlagsArray = [ "extension_helpers" ];
disabledTests = [
# https://github.com/astropy/extension-helpers/issues/43
···
];
# avoid import mismatch errors, as conftest.py is copied to build dir
+
enabledTestPaths = [ "extension_helpers" ];
disabledTests = [
# https://github.com/astropy/extension-helpers/issues/43
+1 -1
pkgs/development/python-modules/asyncinotify/default.nix
···
pythonImportsCheck = [ "asyncinotify" ];
-
pytestFlagsArray = [ "test.py" ];
meta = with lib; {
badPlatforms = [
···
pythonImportsCheck = [ "asyncinotify" ];
+
enabledTestPaths = [ "test.py" ];
meta = with lib; {
badPlatforms = [
+1 -1
pkgs/development/python-modules/attacut/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/*" ];
pythonImportsCheck = [ "attacut" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/*" ];
pythonImportsCheck = [ "attacut" ];
+1 -1
pkgs/development/python-modules/autopxd2/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"test/"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"test/"
];
+1 -1
pkgs/development/python-modules/aw-client/default.nix
···
# Only run this test, the others are integration tests that require
# an instance of aw-server running in order to function.
-
pytestFlagsArray = [ "tests/test_requestqueue.py" ];
preCheck = ''
# Fake home folder for tests that write to $HOME
···
# Only run this test, the others are integration tests that require
# an instance of aw-server running in order to function.
+
enabledTestPaths = [ "tests/test_requestqueue.py" ];
preCheck = ''
# Fake home folder for tests that write to $HOME
+1 -1
pkgs/development/python-modules/awswrangler/default.nix
···
pythonImportsCheck = [ "awswrangler" ];
-
pytestFlagsArray = [
# Subset of tests that run in upstream CI (many others require credentials)
# https://github.com/aws/aws-sdk-pandas/blob/20fec775515e9e256e8cee5aee12966516608840/.github/workflows/minimal-tests.yml#L36-L43
"tests/unit/test_metadata.py"
···
pythonImportsCheck = [ "awswrangler" ];
+
enabledTestPaths = [
# Subset of tests that run in upstream CI (many others require credentials)
# https://github.com/aws/aws-sdk-pandas/blob/20fec775515e9e256e8cee5aee12966516608840/.github/workflows/minimal-tests.yml#L36-L43
"tests/unit/test_metadata.py"
+1 -1
pkgs/development/python-modules/ayla-iot-unofficial/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/ayla_iot_unofficial.py" ];
# tests interact with the actual API
doCheck = false;
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/ayla_iot_unofficial.py" ];
# tests interact with the actual API
doCheck = false;
+1 -1
pkgs/development/python-modules/azure-core/default.nix
···
export PYTHONPATH=tests/testserver_tests/coretestserver:$PYTHONPATH
'';
-
pytestFlagsArray = [ "tests/" ];
# disable tests which touch network
disabledTests = [
···
export PYTHONPATH=tests/testserver_tests/coretestserver:$PYTHONPATH
'';
+
enabledTestPaths = [ "tests/" ];
# disable tests which touch network
disabledTests = [
+1 -1
pkgs/development/python-modules/bagit/default.nix
···
mock
pytestCheckHook
];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "bagit" ];
meta = with lib; {
···
mock
pytestCheckHook
];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "bagit" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/base36/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test_base36.py" ];
pythonImportsCheck = [ "base36" ];
meta = with lib; {
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test_base36.py" ];
pythonImportsCheck = [ "base36" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/beautifultable/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "beautifultable" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "beautifultable" ];
+1 -1
pkgs/development/python-modules/binary2strings/default.nix
···
pythonImportsCheck = [ "binary2strings" ];
-
pytestFlagsArray = [ "tests/test.py" ];
meta = with lib; {
description = "Module to extract Ascii, Utf8, and Unicode strings from binary data";
···
pythonImportsCheck = [ "binary2strings" ];
+
enabledTestPaths = [ "tests/test.py" ];
meta = with lib; {
description = "Module to extract Ascii, Utf8, and Unicode strings from binary data";
+1 -1
pkgs/development/python-modules/biom-format/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "biom_tests/tests" ];
pythonImportsCheck = [ "biom" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "biom_tests/tests" ];
pythonImportsCheck = [ "biom" ];
+1 -1
pkgs/development/python-modules/biothings-client/default.nix
···
pytest-asyncio
];
-
pytestFlagsArray = [
# All other tests make network requests to exercise the API
"tests/test_async.py::test_generate_async_settings"
"tests/test_async.py::test_url_protocol"
···
pytest-asyncio
];
+
enabledTestPaths = [
# All other tests make network requests to exercise the API
"tests/test_async.py::test_generate_async_settings"
"tests/test_async.py::test_url_protocol"
+1 -1
pkgs/development/python-modules/blockdiag/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "src/blockdiag/tests/" ];
disabledTests = [
# Test require network access
···
pytestCheckHook
];
+
enabledTestPaths = [ "src/blockdiag/tests/" ];
disabledTests = [
# Test require network access
+1 -1
pkgs/development/python-modules/braintree/default.nix
···
pythonImportsCheck = [ "braintree" ];
-
pytestFlagsArray = [
"tests/"
"tests/fixtures"
"tests/unit"
···
pythonImportsCheck = [ "braintree" ];
+
enabledTestPaths = [
"tests/"
"tests/fixtures"
"tests/unit"
+1 -1
pkgs/development/python-modules/brotli/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "python/tests" ];
meta = with lib; {
homepage = "https://github.com/google/brotli";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "python/tests" ];
meta = with lib; {
homepage = "https://github.com/google/brotli";
+1 -1
pkgs/development/python-modules/brotlicffi/default.nix
···
# Test data is only available from libbrotli git checkout, not brotli.src
doCheck = false;
-
pytestFlagsArray = [ "test/" ];
pythonImportsCheck = [ "brotlicffi" ];
···
# Test data is only available from libbrotli git checkout, not brotli.src
doCheck = false;
+
enabledTestPaths = [ "test/" ];
pythonImportsCheck = [ "brotlicffi" ];
+1 -1
pkgs/development/python-modules/bundlewrap/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [
# only unit tests as integration tests need a OpenSSH client/server setup
"tests/unit"
];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [
# only unit tests as integration tests need a OpenSSH client/server setup
"tests/unit"
];
+1 -1
pkgs/development/python-modules/cairosvg/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "cairosvg/test_api.py" ];
pythonImportsCheck = [ "cairosvg" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "cairosvg/test_api.py" ];
pythonImportsCheck = [ "cairosvg" ];
+1 -1
pkgs/development/python-modules/cart/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "unittests" ];
pythonImportsCheck = [ "cart" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "unittests" ];
pythonImportsCheck = [ "cart" ];
+1 -1
pkgs/development/python-modules/cassandra-driver/default.nix
···
unset NIX_REDIRECTS LD_PRELOAD
'';
-
pytestFlagsArray = [ "tests/unit" ];
disabledTestPaths = [
# requires puresasl
···
unset NIX_REDIRECTS LD_PRELOAD
'';
+
enabledTestPaths = [ "tests/unit" ];
disabledTestPaths = [
# requires puresasl
+1 -1
pkgs/development/python-modules/celery-singleton/default.nix
···
pytest-cov-stub
];
-
pytestFlagsArray = [ "tests" ];
# Tests require a running Redis backend
disabledTests = [
···
pytest-cov-stub
];
+
enabledTestPaths = [ "tests" ];
# Tests require a running Redis backend
disabledTests = [
+1 -1
pkgs/development/python-modules/changefinder/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/test.py" ];
pythonImportsCheck = [ "changefinder" ];
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "changefinder" ];
+1 -1
pkgs/development/python-modules/chart-studio/default.nix
···
'';
# most tests talk to a network service, so only run ones that don't do that.
-
pytestFlagsArray = [
"chart_studio/tests/test_core"
"chart_studio/tests/test_plot_ly/test_api"
];
···
'';
# most tests talk to a network service, so only run ones that don't do that.
+
enabledTestPaths = [
"chart_studio/tests/test_core"
"chart_studio/tests/test_plot_ly/test_api"
];
+1 -1
pkgs/development/python-modules/checkdmarc/default.nix
···
pythonImportsCheck = [ "checkdmarc" ];
-
pytestFlagsArray = [ "tests.py" ];
disabledTests = [
# Tests require network access
···
pythonImportsCheck = [ "checkdmarc" ];
+
enabledTestPaths = [ "tests.py" ];
disabledTests = [
# Tests require network access
+1 -1
pkgs/development/python-modules/chess/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
meta = with lib; {
description = "Chess library with move generation, move validation, and support for common formats";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
meta = with lib; {
description = "Chess library with move generation, move validation, and support for common formats";
+1 -1
pkgs/development/python-modules/ciso8601/default.nix
···
pytz
];
-
pytestFlagsArray = [ "tests/tests.py" ];
pythonImportsCheck = [ "ciso8601" ];
···
pytz
];
+
enabledTestPaths = [ "tests/tests.py" ];
pythonImportsCheck = [ "ciso8601" ];
+1 -1
pkgs/development/python-modules/clevercsv/default.nix
···
'';
# their ci only runs unit tests, there are also integration and fuzzing tests
-
pytestFlagsArray = [ "./tests/test_unit" ];
disabledTestPaths = [
# ModuleNotFoundError: No module named 'wilderness'
···
'';
# their ci only runs unit tests, there are also integration and fuzzing tests
+
enabledTestPaths = [ "./tests/test_unit" ];
disabledTestPaths = [
# ModuleNotFoundError: No module named 'wilderness'
+1 -1
pkgs/development/python-modules/click-command-tree/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "click_command_tree" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "click_command_tree" ];
+1 -1
pkgs/development/python-modules/cmigemo/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/" ];
pythonImportsCheck = [ "cmigemo" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/" ];
pythonImportsCheck = [ "cmigemo" ];
+1 -1
pkgs/development/python-modules/cobble/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests.py" ];
disabledTests = [
# Broken tests
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests.py" ];
disabledTests = [
# Broken tests
+1 -1
pkgs/development/python-modules/coconut/default.nix
···
];
# Currently most tests have performance issues
-
pytestFlagsArray = [ "coconut/tests/constants_test.py" ];
pythonImportsCheck = [ "coconut" ];
···
];
# Currently most tests have performance issues
+
enabledTestPaths = [ "coconut/tests/constants_test.py" ];
pythonImportsCheck = [ "coconut" ];
+1 -1
pkgs/development/python-modules/compressed-rtf/default.nix
···
pythonImportsCheck = [ "compressed_rtf" ];
-
pytestFlagsArray = [ "tests/tests.py" ];
meta = with lib; {
description = "Compressed Rich Text Format (RTF) compression and decompression";
···
pythonImportsCheck = [ "compressed_rtf" ];
+
enabledTestPaths = [ "tests/tests.py" ];
meta = with lib; {
description = "Compressed Rich Text Format (RTF) compression and decompression";
+1 -1
pkgs/development/python-modules/consonance/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/test_handshakes_offline.py" ];
pythonImportsCheck = [ "consonance" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/test_handshakes_offline.py" ];
pythonImportsCheck = [ "consonance" ];
+1 -1
pkgs/development/python-modules/coredis/default.nix
···
pythonImportsCheck = [ "coredis" ];
-
pytestFlagsArray = [
# All other tests require Docker
"tests/test_lru_cache.py"
"tests/test_parsers.py"
···
pythonImportsCheck = [ "coredis" ];
+
enabledTestPaths = [
# All other tests require Docker
"tests/test_lru_cache.py"
"tests/test_parsers.py"
+1 -1
pkgs/development/python-modules/craft-application/default.nix
···
pythonImportsCheck = [ "craft_application" ];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests =
[
···
pythonImportsCheck = [ "craft_application" ];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests =
[
+1 -1
pkgs/development/python-modules/craft-archives/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
+1 -1
pkgs/development/python-modules/craft-cli/default.nix
···
writableTmpDirAsHomeHook
];
-
pytestFlagsArray = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
···
writableTmpDirAsHomeHook
];
+
enabledTestPaths = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
+1 -1
pkgs/development/python-modules/craft-grammar/default.nix
···
pyyaml
];
-
pytestFlagsArray = [ "tests/unit" ];
# Temp fix for test incompatibility with Python 3.13
disabledTests = [
···
pyyaml
];
+
enabledTestPaths = [ "tests/unit" ];
# Temp fix for test incompatibility with Python 3.13
disabledTests = [
+1 -1
pkgs/development/python-modules/craft-parts/default.nix
···
writableTmpDirAsHomeHook
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# Relies upon paths not present in Nix (like /bin/bash)
···
writableTmpDirAsHomeHook
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# Relies upon paths not present in Nix (like /bin/bash)
+1 -1
pkgs/development/python-modules/craft-platforms/default.nix
···
pythonImportsCheck = [ "craft_platforms" ];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# Attempts to get distro information, and expects "ubuntu-ish"
···
pythonImportsCheck = [ "craft_platforms" ];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# Attempts to get distro information, and expects "ubuntu-ish"
+1 -1
pkgs/development/python-modules/craft-providers/default.nix
···
writableTmpDirAsHomeHook
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTestPaths = [
# Relies upon "logassert" python package which isn't in nixpkgs
···
writableTmpDirAsHomeHook
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTestPaths = [
# Relies upon "logassert" python package which isn't in nixpkgs
+1 -1
pkgs/development/python-modules/craft-store/default.nix
···
pyyaml
];
-
pytestFlagsArray = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
···
pyyaml
];
+
enabledTestPaths = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
+1 -1
pkgs/development/python-modules/curated-tokenizers/default.nix
···
# Explicitly set the path to avoid running vendored
# sentencepiece tests.
-
pytestFlagsArray = [ "tests" ];
preCheck = ''
# avoid local paths, relative imports wont resolve correctly
···
# Explicitly set the path to avoid running vendored
# sentencepiece tests.
+
enabledTestPaths = [ "tests" ];
preCheck = ''
# avoid local paths, relative imports wont resolve correctly
+1 -1
pkgs/development/python-modules/cvxpy/default.nix
···
export LDFLAGS="-lgomp"
'';
-
pytestFlagsArray = [ "cvxpy" ];
disabledTests = [
# Disable the slowest benchmarking tests, cuts test time in half
···
export LDFLAGS="-lgomp"
'';
+
enabledTestPaths = [ "cvxpy" ];
disabledTests = [
# Disable the slowest benchmarking tests, cuts test time in half
+1 -1
pkgs/development/python-modules/cyclonedx-python-lib/default.nix
···
export PYTHONPATH=tests''${PYTHONPATH+:$PYTHONPATH}
'';
-
pytestFlagsArray = [ "tests/" ];
disabledTests = [
# These tests require network access
···
export PYTHONPATH=tests''${PYTHONPATH+:$PYTHONPATH}
'';
+
enabledTestPaths = [ "tests/" ];
disabledTests = [
# These tests require network access
+1 -1
pkgs/development/python-modules/daltonlens/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/"
];
+1 -1
pkgs/development/python-modules/databricks-sql-connector/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "databricks" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "databricks" ];
+1 -1
pkgs/development/python-modules/datapoint/default.nix
···
requests-mock
];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "datapoint" ];
···
requests-mock
];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "datapoint" ];
+1 -1
pkgs/development/python-modules/datatable/default.nix
···
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-isystem ${lib.getInclude stdenv.cc.libcxx}/include/c++/v1";
# test suite is very cpu intensive, only run small subset to ensure package is working as expected
-
pytestFlagsArray = [ "tests/test-sets.py" ];
disabledTests = [
# skip tests which are irrelevant to our installation or use way too much memory
···
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-isystem ${lib.getInclude stdenv.cc.libcxx}/include/c++/v1";
# test suite is very cpu intensive, only run small subset to ensure package is working as expected
+
enabledTestPaths = [ "tests/test-sets.py" ];
disabledTests = [
# skip tests which are irrelevant to our installation or use way too much memory
+1 -1
pkgs/development/python-modules/dateparser/default.nix
···
'';
# Upstream only runs the tests in tests/ in CI, others use git clone
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# access network
···
'';
# Upstream only runs the tests in tests/ in CI, others use git clone
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# access network
+1 -1
pkgs/development/python-modules/dbt-bigquery/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.bigquery" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.bigquery" ];
+1 -1
pkgs/development/python-modules/dbt-redshift/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.redshift" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.redshift" ];
+1 -1
pkgs/development/python-modules/dbt-snowflake/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.snowflake" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "dbt.adapters.snowflake" ];
+1 -1
pkgs/development/python-modules/decorator/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/test.py " ];
meta = with lib; {
changelog = "https://github.com/micheles/decorator/blob/${src.tag}/CHANGES.md";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/test.py " ];
meta = with lib; {
changelog = "https://github.com/micheles/decorator/blob/${src.tag}/CHANGES.md";
+1 -1
pkgs/development/python-modules/detectron2/default.nix
···
rm -r detectron2
'';
-
pytestFlagsArray = [
# prevent include $sourceRoot/projects/*/tests
"tests"
];
···
rm -r detectron2
'';
+
enabledTestPaths = [
# prevent include $sourceRoot/projects/*/tests
"tests"
];
+1 -1
pkgs/development/python-modules/diffusers/default.nix
···
cat ${conftestSkipNetworkErrors} >> tests/conftest.py
'';
-
pytestFlagsArray = [ "tests/" ];
disabledTests =
[
···
cat ${conftestSkipNetworkErrors} >> tests/conftest.py
'';
+
enabledTestPaths = [ "tests/" ];
disabledTests =
[
+1 -1
pkgs/development/python-modules/django-hierarkey/default.nix
···
DJANGO_SETTINGS_MODULE = "tests.settings";
-
pytestFlagsArray = [ "tests" ];
meta = with lib; {
description = "Flexible and powerful hierarchical key-value store for your Django models";
···
DJANGO_SETTINGS_MODULE = "tests.settings";
+
enabledTestPaths = [ "tests" ];
meta = with lib; {
description = "Flexible and powerful hierarchical key-value store for your Django models";
+1 -1
pkgs/development/python-modules/django-otp/default.nix
···
runHook postCheck
'';
-
pytestFlagsArray = [ "src/django_otp/test.py" ];
pythonImportsCheck = [ "django_otp" ];
···
runHook postCheck
'';
+
enabledTestPaths = [ "src/django_otp/test.py" ];
pythonImportsCheck = [ "django_otp" ];
+1 -1
pkgs/development/python-modules/dns-lexicon/default.nix
···
pytest-vcr
] ++ optional-dependencies.full;
-
pytestFlagsArray = [ "tests/" ];
disabledTestPaths = [
# Needs network access
···
pytest-vcr
] ++ optional-dependencies.full;
+
enabledTestPaths = [ "tests/" ];
disabledTestPaths = [
# Needs network access
+1 -1
pkgs/development/python-modules/docker/default.nix
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
-
pytestFlagsArray = [ "tests/unit" ];
# Deselect socket tests on Darwin because it hits the path length limit for a Unix domain socket
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
+
enabledTestPaths = [ "tests/unit" ];
# Deselect socket tests on Darwin because it hits the path length limit for a Unix domain socket
disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
+1 -1
pkgs/development/python-modules/dodgy/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/test_checks.py" ];
meta = {
description = "Looks at Python code to search for things which look \"dodgy\" such as passwords or diffs";
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/test_checks.py" ];
meta = {
description = "Looks at Python code to search for things which look \"dodgy\" such as passwords or diffs";
+1 -1
pkgs/development/python-modules/dohq-artifactory/default.nix
···
responses
];
-
pytestFlagsArray = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
···
responses
];
+
enabledTestPaths = [ "tests/unit" ];
passthru.updateScript = nix-update-script { };
+1 -1
pkgs/development/python-modules/dotmap/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "dotmap/test.py" ];
pythonImportsCheck = [ "dotmap" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "dotmap/test.py" ];
pythonImportsCheck = [ "dotmap" ];
+1 -1
pkgs/development/python-modules/dsinternals/default.nix
···
pythonImportsCheck = [ "dsinternals" ];
-
pytestFlagsArray = [ "tests/*.py" ];
meta = with lib; {
description = "Module to interact with Windows Active Directory";
···
pythonImportsCheck = [ "dsinternals" ];
+
enabledTestPaths = [ "tests/*.py" ];
meta = with lib; {
description = "Module to interact with Windows Active Directory";
+1 -1
pkgs/development/python-modules/ducc0/default.nix
···
scipy
pytest-xdist
];
-
pytestFlagsArray = [ "python/test" ];
pythonImportsCheck = [ "ducc0" ];
postInstall = ''
···
scipy
pytest-xdist
];
+
enabledTestPaths = [ "python/test" ];
pythonImportsCheck = [ "ducc0" ];
postInstall = ''
+1 -1
pkgs/development/python-modules/dulwich/default.nix
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# AssertionError: 'C:\\\\foo.bar\\\\baz' != 'C:\\foo.bar\\baz'
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# AssertionError: 'C:\\\\foo.bar\\\\baz' != 'C:\\foo.bar\\baz'
+1 -1
pkgs/development/python-modules/durationpy/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "durationpy" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "durationpy" ];
+1 -1
pkgs/development/python-modules/envs/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "envs/tests.py" ];
disabledTests = [ "test_list_envs" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "envs/tests.py" ];
disabledTests = [ "test_list_envs" ];
+1 -1
pkgs/development/python-modules/eradicate/default.nix
···
pythonImportsCheck = [ "eradicate" ];
-
pytestFlagsArray = [ "test_eradicate.py" ];
meta = with lib; {
description = "Library to remove commented-out code from Python files";
···
pythonImportsCheck = [ "eradicate" ];
+
enabledTestPaths = [ "test_eradicate.py" ];
meta = with lib; {
description = "Library to remove commented-out code from Python files";
+1 -1
pkgs/development/python-modules/esprima/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/__main__.py::TestEsprima" ];
pythonImportsCheck = [ "esprima" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/__main__.py::TestEsprima" ];
pythonImportsCheck = [ "esprima" ];
+1 -1
pkgs/development/python-modules/events/default.nix
···
pythonImportsCheck = [ "events" ];
-
pytestFlagsArray = [ "events/tests/tests.py" ];
meta = with lib; {
description = "Bringing the elegance of C# EventHanlder to Python";
···
pythonImportsCheck = [ "events" ];
+
enabledTestPaths = [ "events/tests/tests.py" ];
meta = with lib; {
description = "Bringing the elegance of C# EventHanlder to Python";
+1 -1
pkgs/development/python-modules/extension-helpers/default.nix
···
pythonImportsCheck = [ "extension_helpers" ];
-
pytestFlagsArray = [ "extension_helpers/tests" ];
disabledTests = [
# Test require network access
···
pythonImportsCheck = [ "extension_helpers" ];
+
enabledTestPaths = [ "extension_helpers/tests" ];
disabledTests = [
# Test require network access
+1 -1
pkgs/development/python-modules/extract-msg/default.nix
···
pythonImportsCheck = [ "extract_msg" ];
-
pytestFlagsArray = [ "extract_msg_tests/*.py" ];
meta = with lib; {
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files";
···
pythonImportsCheck = [ "extract_msg" ];
+
enabledTestPaths = [ "extract_msg_tests/*.py" ];
meta = with lib; {
description = "Extracts emails and attachments saved in Microsoft Outlook's .msg files";
+1 -1
pkgs/development/python-modules/fabric/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/*.py" ];
pythonImportsCheck = [ "fabric" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/*.py" ];
pythonImportsCheck = [ "fabric" ];
+1 -1
pkgs/development/python-modules/falcon/default.nix
···
ujson
] ++ lib.optionals (pythonOlder "3.10") [ testtools ];
-
pytestFlagsArray = [ "tests" ];
disabledTestPaths =
[
···
ujson
] ++ lib.optionals (pythonOlder "3.10") [ testtools ];
+
enabledTestPaths = [ "tests" ];
disabledTestPaths =
[
+1 -1
pkgs/development/python-modules/fast-histogram/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "${builtins.placeholder "out"}/${python.sitePackages}" ];
pythonImportsCheck = [ "fast_histogram" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "${builtins.placeholder "out"}/${python.sitePackages}" ];
pythonImportsCheck = [ "fast_histogram" ];
+1 -1
pkgs/development/python-modules/fasteners/default.nix
···
pythonImportsCheck = [ "fasteners" ];
-
pytestFlagsArray = [ "tests/" ];
meta = with lib; {
description = "Module that provides useful locks";
···
pythonImportsCheck = [ "fasteners" ];
+
enabledTestPaths = [ "tests/" ];
meta = with lib; {
description = "Module that provides useful locks";
+1 -1
pkgs/development/python-modules/fedora-messaging/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit" ];
meta = {
description = "Library for sending AMQP messages with JSON schema in Fedora infrastructure";
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit" ];
meta = {
description = "Library for sending AMQP messages with JSON schema in Fedora infrastructure";
+1 -1
pkgs/development/python-modules/ffmpeg-progress-yield/default.nix
···
"test_quit_gracefully"
];
-
pytestFlagsArray = [ "test/test.py" ];
pythonImportsCheck = [ "ffmpeg_progress_yield" ];
···
"test_quit_gracefully"
];
+
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "ffmpeg_progress_yield" ];
+1 -1
pkgs/development/python-modules/filedate/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit.py" ];
disabledTests = [ "test_created" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit.py" ];
disabledTests = [ "test_created" ];
+1 -1
pkgs/development/python-modules/finetuning-scheduler/default.nix
···
env.PACKAGE_NAME = "pytorch";
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests" ];
disabledTests =
lib.optionals (pythonOlder "3.12") [
# torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
···
env.PACKAGE_NAME = "pytorch";
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests" ];
disabledTests =
lib.optionals (pythonOlder "3.12") [
# torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised:
+1 -1
pkgs/development/python-modules/flake8-deprecated/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "run_tests.py" ];
pythonImportsCheck = [ "flake8_deprecated" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "run_tests.py" ];
pythonImportsCheck = [ "flake8_deprecated" ];
+1 -1
pkgs/development/python-modules/flake8-length/default.nix
···
pythonImportsCheck = [ "flake8_length" ];
-
pytestFlagsArray = [ "tests/" ];
meta = with lib; {
description = "Flake8 plugin for a smart line length validation";
···
pythonImportsCheck = [ "flake8_length" ];
+
enabledTestPaths = [ "tests/" ];
meta = with lib; {
description = "Flake8 plugin for a smart line length validation";
+1 -1
pkgs/development/python-modules/flask-paginate/default.nix
···
pythonImportsCheck = [ "flask_paginate" ];
-
pytestFlagsArray = [ "tests/tests.py" ];
meta = with lib; {
description = "Pagination support for Flask";
···
pythonImportsCheck = [ "flask_paginate" ];
+
enabledTestPaths = [ "tests/tests.py" ];
meta = with lib; {
description = "Pagination support for Flask";
+1 -1
pkgs/development/python-modules/flask-principal/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test_principal.py" ];
meta = with lib; {
homepage = "http://packages.python.org/Flask-Principal/";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test_principal.py" ];
meta = with lib; {
homepage = "http://packages.python.org/Flask-Principal/";
+1 -1
pkgs/development/python-modules/flask-sock/default.nix
···
simple-websocket
];
-
pytestFlagsArray = [ "tests/test_flask_sock.py" ];
pythonImportsCheck = [ "flask_sock" ];
···
simple-websocket
];
+
enabledTestPaths = [ "tests/test_flask_sock.py" ];
pythonImportsCheck = [ "flask_sock" ];
+1 -1
pkgs/development/python-modules/flask-socketio/default.nix
···
redis
];
-
pytestFlagsArray = [ "test_socketio.py" ];
pythonImportsCheck = [ "flask_socketio" ];
···
redis
];
+
enabledTestPaths = [ "test_socketio.py" ];
pythonImportsCheck = [ "flask_socketio" ];
+1 -1
pkgs/development/python-modules/fpyutils/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "fpyutils/tests/*.py" ];
disabledTests = [
# Don't run test which requires bash
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "fpyutils/tests/*.py" ];
disabledTests = [
# Don't run test which requires bash
+1 -1
pkgs/development/python-modules/freesasa/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
meta = {
description = "FreeSASA Python Module";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
meta = {
description = "FreeSASA Python Module";
+1 -1
pkgs/development/python-modules/gensim/default.nix
···
# Test setup takes several minutes
doCheck = false;
-
pytestFlagsArray = [ "gensim/test" ];
meta = with lib; {
description = "Topic-modelling library";
···
# Test setup takes several minutes
doCheck = false;
+
enabledTestPaths = [ "gensim/test" ];
meta = with lib; {
description = "Topic-modelling library";
+1 -1
pkgs/development/python-modules/geopandas/default.nix
···
"test_read_file_url"
];
-
pytestFlagsArray = [ "geopandas" ];
pythonImportsCheck = [ "geopandas" ];
···
"test_read_file_url"
];
+
enabledTestPaths = [ "geopandas" ];
pythonImportsCheck = [ "geopandas" ];
+1 -1
pkgs/development/python-modules/glean-sdk/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "glean-core/python/tests" ];
disabledTests = [
# RuntimeError: No ping received.
···
pytestCheckHook
];
+
enabledTestPaths = [ "glean-core/python/tests" ];
disabledTests = [
# RuntimeError: No ping received.
+1 -1
pkgs/development/python-modules/granian/default.nix
···
__darwinAllowLocalNetworking = true;
-
pytestFlagsArray = [ "tests/" ];
pythonImportsCheck = [ "granian" ];
···
__darwinAllowLocalNetworking = true;
+
enabledTestPaths = [ "tests/" ];
pythonImportsCheck = [ "granian" ];
+1 -1
pkgs/development/python-modules/graphrag/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# touch the network
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# touch the network
+1 -1
pkgs/development/python-modules/guidance/default.nix
···
writableTmpDirAsHomeHook
] ++ optional-dependencies.schemas;
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# require network access
···
writableTmpDirAsHomeHook
] ++ optional-dependencies.schemas;
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# require network access
+1 -1
pkgs/development/python-modules/habanero/default.nix
···
pythonImportsCheck = [ "habanero" ];
# almost the entirety of the test suite makes network calls
-
pytestFlagsArray = [ "test/test-filters.py" ];
meta = {
description = "Python interface to Library Genesis";
···
pythonImportsCheck = [ "habanero" ];
# almost the entirety of the test suite makes network calls
+
enabledTestPaths = [ "test/test-filters.py" ];
meta = {
description = "Python interface to Library Genesis";
+1 -1
pkgs/development/python-modules/hdate/default.nix
···
syrupy
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "hdate" ];
···
syrupy
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "hdate" ];
+1 -1
pkgs/development/python-modules/html-sanitizer/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "html_sanitizer/tests.py" ];
disabledTests = [
# Tests are sensitive to output
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "html_sanitizer/tests.py" ];
disabledTests = [
# Tests are sensitive to output
+1 -1
pkgs/development/python-modules/html5-parser/default.nix
···
pythonImportsCheck = [ "html5_parser" ];
-
pytestFlagsArray = [ "test/*.py" ];
meta = with lib; {
description = "Fast C based HTML 5 parsing for python";
···
pythonImportsCheck = [ "html5_parser" ];
+
enabledTestPaths = [ "test/*.py" ];
meta = with lib; {
description = "Fast C based HTML 5 parsing for python";
+1 -1
pkgs/development/python-modules/httmock/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "httmock" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "httmock" ];
+1 -1
pkgs/development/python-modules/http-message-signatures/default.nix
···
requests
];
-
pytestFlagsArray = [ "test/test.py" ];
pythonImportsCheck = [ "http_message_signatures" ];
···
requests
];
+
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "http_message_signatures" ];
+1 -1
pkgs/development/python-modules/httpie/default.nix
···
installManPage docs/http.1
'';
-
pytestFlagsArray = [
"httpie"
"tests"
];
···
installManPage docs/http.1
'';
+
enabledTestPaths = [
"httpie"
"tests"
];
+1 -1
pkgs/development/python-modules/hyperscan/default.nix
···
pythonImportsCheck = [ "hyperscan" ];
-
pytestFlagsArray = [ "tests" ];
nativeCheckInputs = [
pytestCheckHook
···
pythonImportsCheck = [ "hyperscan" ];
+
enabledTestPaths = [ "tests" ];
nativeCheckInputs = [
pytestCheckHook
+1 -1
pkgs/development/python-modules/hypothesis/default.nix
···
export HYPOTHESIS_PROFILE=ci
'';
-
pytestFlagsArray = [ "tests/cover" ];
# Hypothesis by default activates several "Health Checks", including one that fires if the builder is "too slow".
# This check is disabled [1] if Hypothesis detects a CI environment, i.e. either `CI` or `TF_BUILD` is defined [2].
···
export HYPOTHESIS_PROFILE=ci
'';
+
enabledTestPaths = [ "tests/cover" ];
# Hypothesis by default activates several "Health Checks", including one that fires if the builder is "too slow".
# This check is disabled [1] if Hypothesis detects a CI environment, i.e. either `CI` or `TF_BUILD` is defined [2].
+1 -1
pkgs/development/python-modules/hyppo/default.nix
···
matplotlib
seaborn
];
-
pytestFlagsArray = [
"hyppo"
];
···
matplotlib
seaborn
];
+
enabledTestPaths = [
"hyppo"
];
+1 -1
pkgs/development/python-modules/i-pi/default.nix
···
pytest-mock
] ++ lib.optional (pythonAtLeast "3.12") distutils;
-
pytestFlagsArray = [ "ipi_tests/unit_tests" ];
disabledTests = [
"test_driver_base"
"test_driver_forcebuild"
···
pytest-mock
] ++ lib.optional (pythonAtLeast "3.12") distutils;
+
enabledTestPaths = [ "ipi_tests/unit_tests" ];
disabledTests = [
"test_driver_base"
"test_driver_forcebuild"
+1 -1
pkgs/development/python-modules/icalendar/default.nix
···
"test_docstring_of_python_file"
];
-
pytestFlagsArray = [ "src/icalendar" ];
meta = with lib; {
changelog = "https://github.com/collective/icalendar/blob/${src.tag}/CHANGES.rst";
···
"test_docstring_of_python_file"
];
+
enabledTestPaths = [ "src/icalendar" ];
meta = with lib; {
changelog = "https://github.com/collective/icalendar/blob/${src.tag}/CHANGES.rst";
+1 -1
pkgs/development/python-modules/import-expression/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "import_expression" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "import_expression" ];
+1 -1
pkgs/development/python-modules/intelhex/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "intelhex/test.py" ];
pythonImportsCheck = [ "intelhex" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "intelhex/test.py" ];
pythonImportsCheck = [ "intelhex" ];
+1 -1
pkgs/development/python-modules/intensity-normalization/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [
"intensity_normalization"
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [
"intensity_normalization"
+1 -1
pkgs/development/python-modules/iocextract/default.nix
···
pythonImportsCheck = [ "iocextract" ];
-
pytestFlagsArray = [ "tests.py" ];
disabledTests = [
# AssertionError: 'http://exampledotcom/test' != 'http://example.com/test'
···
pythonImportsCheck = [ "iocextract" ];
+
enabledTestPaths = [ "tests.py" ];
disabledTests = [
# AssertionError: 'http://exampledotcom/test' != 'http://example.com/test'
+1 -1
pkgs/development/python-modules/iometer/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/test.py"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/test.py"
];
+1 -1
pkgs/development/python-modules/iptools/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/iptools/iptools_test.py" ];
meta = with lib; {
description = "Utilities for manipulating IP addresses including a class that can be used to include CIDR network blocks in Django's INTERNAL_IPS setting";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/iptools/iptools_test.py" ];
meta = with lib; {
description = "Utilities for manipulating IP addresses including a class that can be used to include CIDR network blocks in Django's INTERNAL_IPS setting";
+1 -1
pkgs/development/python-modules/isal/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# calls `python -m isal` and fails on import
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# calls `python -m isal` and fails on import
+1 -1
pkgs/development/python-modules/isbnlib/default.nix
···
pytest-cov-stub
];
-
pytestFlagsArray = [ "isbnlib/test/" ];
# All disabled tests require a network connection
disabledTests = [
···
pytest-cov-stub
];
+
enabledTestPaths = [ "isbnlib/test/" ];
# All disabled tests require a network connection
disabledTests = [
+1 -1
pkgs/development/python-modules/iso4217/default.nix
···
cp -r ${table} $out/${python.sitePackages}/iso4217/table.xml
'';
-
pytestFlagsArray = [ "iso4217/test.py" ];
pythonImportsCheck = [ "iso4217" ];
···
cp -r ${table} $out/${python.sitePackages}/iso4217/table.xml
'';
+
enabledTestPaths = [ "iso4217/test.py" ];
pythonImportsCheck = [ "iso4217" ];
+1 -1
pkgs/development/python-modules/iso8601/default.nix
···
pytz
];
-
pytestFlagsArray = [ "iso8601" ];
pythonImportsCheck = [ "iso8601" ];
···
pytz
];
+
enabledTestPaths = [ "iso8601" ];
pythonImportsCheck = [ "iso8601" ];
+1 -1
pkgs/development/python-modules/itanium-demangler/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/test.py" ];
pythonImportsCheck = [ "itanium_demangler" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/test.py" ];
pythonImportsCheck = [ "itanium_demangler" ];
+1 -1
pkgs/development/python-modules/joblib/default.nix
···
threadpoolctl
];
-
pytestFlagsArray = [ "joblib/test" ];
disabledTests =
[
···
threadpoolctl
];
+
enabledTestPaths = [ "joblib/test" ];
disabledTests =
[
+1 -1
pkgs/development/python-modules/jsbeautifier/default.nix
···
pythonImportsCheck = [ "jsbeautifier" ];
-
pytestFlagsArray = [ "jsbeautifier/tests/testindentation.py" ];
meta = with lib; {
description = "JavaScript unobfuscator and beautifier";
···
pythonImportsCheck = [ "jsbeautifier" ];
+
enabledTestPaths = [ "jsbeautifier/tests/testindentation.py" ];
meta = with lib; {
description = "JavaScript unobfuscator and beautifier";
+1 -1
pkgs/development/python-modules/jsmin/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "jsmin/test.py" ];
pythonImportsCheck = [ "jsmin" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "jsmin/test.py" ];
pythonImportsCheck = [ "jsmin" ];
+1 -1
pkgs/development/python-modules/jsonpatch/default.nix
···
pythonImportsCheck = [ "jsonpatch" ];
-
pytestFlagsArray = [ "tests.py" ];
meta = with lib; {
description = "Library to apply JSON Patches according to RFC 6902";
···
pythonImportsCheck = [ "jsonpatch" ];
+
enabledTestPaths = [ "tests.py" ];
meta = with lib; {
description = "Library to apply JSON Patches according to RFC 6902";
+1 -1
pkgs/development/python-modules/jsonpath-python/default.nix
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "jsonpath" ];
-
pytestFlagsArray = [ "test/test*.py" ];
meta = with lib; {
homepage = "https://github.com/sean2077/jsonpath-python";
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "jsonpath" ];
+
enabledTestPaths = [ "test/test*.py" ];
meta = with lib; {
homepage = "https://github.com/sean2077/jsonpath-python";
+1 -1
pkgs/development/python-modules/jsonpath/default.nix
···
pythonImportsCheck = [ "jsonpath" ];
-
pytestFlagsArray = [ "test/test*.py" ];
meta = with lib; {
description = "XPath for JSON";
···
pythonImportsCheck = [ "jsonpath" ];
+
enabledTestPaths = [ "test/test*.py" ];
meta = with lib; {
description = "XPath for JSON";
+1 -1
pkgs/development/python-modules/jsonref/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "jsonref" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "jsonref" ];
+1 -1
pkgs/development/python-modules/jsonrpc-async/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "jsonrpc_async" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "jsonrpc_async" ];
+1 -1
pkgs/development/python-modules/jsonrpc-base/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "jsonrpc_base" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "jsonrpc_base" ];
+1 -1
pkgs/development/python-modules/junos-eznc/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit" ];
disabledTests = [
# jnpr.junos.exception.FactLoopError: A loop was detected while gathering the...
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit" ];
disabledTests = [
# jnpr.junos.exception.FactLoopError: A loop was detected while gathering the...
+1 -1
pkgs/development/python-modules/langchain-aws/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_aws" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_aws" ];
+1 -1
pkgs/development/python-modules/langchain-azure-dynamic-sessions/default.nix
···
toml
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_azure_dynamic_sessions" ];
···
toml
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_azure_dynamic_sessions" ];
+1 -1
pkgs/development/python-modules/langchain-community/default.nix
···
toml
];
-
pytestFlagsArray = [
"tests/unit_tests"
];
···
toml
];
+
enabledTestPaths = [
"tests/unit_tests"
];
+1 -1
pkgs/development/python-modules/langchain-core/default.nix
···
syrupy
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
passthru = {
tests.pytest = langchain-core.overridePythonAttrs (_: {
···
syrupy
];
+
enabledTestPaths = [ "tests/unit_tests" ];
passthru = {
tests.pytest = langchain-core.overridePythonAttrs (_: {
+1 -1
pkgs/development/python-modules/langchain-groq/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_groq" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_groq" ];
+1 -1
pkgs/development/python-modules/langchain-huggingface/default.nix
···
toml
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_huggingface" ];
···
toml
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_huggingface" ];
+1 -1
pkgs/development/python-modules/langchain-mongodb/default.nix
···
syrupy
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_mongodb" ];
···
syrupy
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_mongodb" ];
+1 -1
pkgs/development/python-modules/langchain-ollama/default.nix
···
syrupy
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_ollama" ];
···
syrupy
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langchain_ollama" ];
+1 -1
pkgs/development/python-modules/langchain-openai/default.nix
···
toml
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
disabledTests = [
# These tests require network access
···
toml
];
+
enabledTestPaths = [ "tests/unit_tests" ];
disabledTests = [
# These tests require network access
+1 -1
pkgs/development/python-modules/langchain-text-splitters/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
passthru.updateScript = nix-update-script {
extraArgs = [
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/unit_tests" ];
passthru.updateScript = nix-update-script {
extraArgs = [
+1 -1
pkgs/development/python-modules/langgraph-cli/default.nix
···
docker-compose
];
-
pytestFlagsArray = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langgraph_cli" ];
···
docker-compose
];
+
enabledTestPaths = [ "tests/unit_tests" ];
pythonImportsCheck = [ "langgraph_cli" ];
+1 -1
pkgs/development/python-modules/libsass/default.nix
···
werkzeug
];
-
pytestFlagsArray = [ "sasstests.py" ];
pythonImportsCheck = [ "sass" ];
···
werkzeug
];
+
enabledTestPaths = [ "sasstests.py" ];
pythonImportsCheck = [ "sass" ];
+1 -1
pkgs/development/python-modules/libtmux/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests" ];
disabledTests =
[
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests" ];
disabledTests =
[
+1 -1
pkgs/development/python-modules/libusb1/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "usb1/testUSB1.py" ];
meta = with lib; {
homepage = "https://github.com/vpelletier/python-libusb1";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "usb1/testUSB1.py" ];
meta = with lib; {
homepage = "https://github.com/vpelletier/python-libusb1";
+1 -1
pkgs/development/python-modules/litestar/default.nix
···
__darwinAllowLocalNetworking = true;
-
pytestFlagsArray = [
# Follow github CI
"docs/examples/"
];
···
__darwinAllowLocalNetworking = true;
+
enabledTestPaths = [
# Follow github CI
"docs/examples/"
];
+1 -1
pkgs/development/python-modules/livekit-api/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "livekit-api/tests" ];
pythonImportsCheck = [ "livekit" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "livekit-api/tests" ];
pythonImportsCheck = [ "livekit" ];
+1 -1
pkgs/development/python-modules/looseversion/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "looseversion" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "looseversion" ];
+1 -1
pkgs/development/python-modules/losant-rest/default.nix
···
requests-mock
];
-
pytestFlagsArray = [ "tests/platformrest_tests.py" ];
pythonImportsCheck = [ "platformrest" ];
···
requests-mock
];
+
enabledTestPaths = [ "tests/platformrest_tests.py" ];
pythonImportsCheck = [ "platformrest" ];
+1 -1
pkgs/development/python-modules/luhn/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "luhn" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "luhn" ];
+1 -1
pkgs/development/python-modules/luna-usb/default.nix
···
apollo-fpga
];
-
pytestFlagsArray = [
"tests/"
];
···
apollo-fpga
];
+
enabledTestPaths = [
"tests/"
];
+1 -1
pkgs/development/python-modules/macaddress/default.nix
···
reprshed
];
-
pytestFlagsArray = [ "test.py" ];
meta = with lib; {
homepage = "https://github.com/mentalisttraceur/python-macaddress";
···
reprshed
];
+
enabledTestPaths = [ "test.py" ];
meta = with lib; {
homepage = "https://github.com/mentalisttraceur/python-macaddress";
+1 -1
pkgs/development/python-modules/md-toc/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "md_toc/tests/*.py" ];
pythonImportsCheck = [ "md_toc" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "md_toc/tests/*.py" ];
pythonImportsCheck = [ "md_toc" ];
+1 -1
pkgs/development/python-modules/mdx-truly-sane-lists/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "mdx_truly_sane_lists/tests.py" ];
meta = {
description = "Extension for Python-Markdown that makes lists truly sane";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "mdx_truly_sane_lists/tests.py" ];
meta = {
description = "Extension for Python-Markdown that makes lists truly sane";
+1 -1
pkgs/development/python-modules/mixbox/default.nix
···
pythonImportsCheck = [ "mixbox" ];
-
pytestFlagsArray = [ "test/*.py" ];
disabledTests = [
# Tests are out-dated
···
pythonImportsCheck = [ "mixbox" ];
+
enabledTestPaths = [ "test/*.py" ];
disabledTests = [
# Tests are out-dated
+1 -1
pkgs/development/python-modules/mohawk/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "mohawk/tests.py" ];
meta = {
description = "Python library for Hawk HTTP authorization";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "mohawk/tests.py" ];
meta = {
description = "Python library for Hawk HTTP authorization";
+1 -1
pkgs/development/python-modules/monotonic-alignment-search/default.nix
···
torch
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "monotonic_alignment_search" ];
···
torch
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "monotonic_alignment_search" ];
+1 -1
pkgs/development/python-modules/moreorless/default.nix
···
pythonImportsCheck = [ "moreorless" ];
-
pytestFlagsArray = [
"moreorless/tests/click.py"
"moreorless/tests/combined.py"
"moreorless/tests/general.py"
···
pythonImportsCheck = [ "moreorless" ];
+
enabledTestPaths = [
"moreorless/tests/click.py"
"moreorless/tests/combined.py"
"moreorless/tests/general.py"
+1 -1
pkgs/development/python-modules/mpire/default.nix
···
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.testing;
-
pytestFlagsArray = [ "tests" ];
meta = {
description = "A Python package for easy multiprocessing, but faster than multiprocessing";
···
nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.testing;
+
enabledTestPaths = [ "tests" ];
meta = {
description = "A Python package for easy multiprocessing, but faster than multiprocessing";
+1 -1
pkgs/development/python-modules/mqtt2influxdb/default.nix
···
pythonImportsCheck = [ "mqtt2influxdb" ];
-
pytestFlagsArray = [ "tests/test.py" ];
meta = with lib; {
description = "Flexible MQTT to InfluxDB Bridge";
···
pythonImportsCheck = [ "mqtt2influxdb" ];
+
enabledTestPaths = [ "tests/test.py" ];
meta = with lib; {
description = "Flexible MQTT to InfluxDB Bridge";
+1 -1
pkgs/development/python-modules/mrsqm/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/mrsqm"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/mrsqm"
];
+1 -1
pkgs/development/python-modules/music-tag/default.nix
···
checkInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test" ];
# Tests fail: ModuleNotFoundError: No module named '_test_common'
doCheck = false;
···
checkInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test" ];
# Tests fail: ModuleNotFoundError: No module named '_test_common'
doCheck = false;
+1 -1
pkgs/development/python-modules/mypy/extensions.nix
···
# make the testsuite run with pytest, so we can disable individual tests
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/testextensions.py" ];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# https://github.com/python/mypy_extensions/issues/65
···
# make the testsuite run with pytest, so we can disable individual tests
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/testextensions.py" ];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# https://github.com/python/mypy_extensions/issues/65
+1 -1
pkgs/development/python-modules/natasha/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/" ];
pythonImportsCheck = [ "natasha" ];
meta = with lib; {
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/" ];
pythonImportsCheck = [ "natasha" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/nilearn/default.nix
···
];
# do subset of tests which don't fetch resources
-
pytestFlagsArray = [ "nilearn/connectome/tests" ];
meta = {
description = "Module for statistical learning on neuroimaging data";
···
];
# do subset of tests which don't fetch resources
+
enabledTestPaths = [ "nilearn/connectome/tests" ];
meta = {
description = "Module for statistical learning on neuroimaging data";
+1 -1
pkgs/development/python-modules/niworkflows/default.nix
···
writableTmpDirAsHomeHook
];
-
pytestFlagsArray = [ "niworkflows" ];
disabledTests = [
# try to download data:
···
writableTmpDirAsHomeHook
];
+
enabledTestPaths = [ "niworkflows" ];
disabledTests = [
# try to download data:
+1 -1
pkgs/development/python-modules/nmapthon2/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/scanner_tests.py" ];
pythonImportsCheck = [ "nmapthon2" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/scanner_tests.py" ];
pythonImportsCheck = [ "nmapthon2" ];
+1 -1
pkgs/development/python-modules/numericalunits/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"tests/tests.py"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"tests/tests.py"
];
+1 -1
pkgs/development/python-modules/nwdiag/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/nwdiag/tests/" ];
disabledTests = [
# AttributeError: 'TestRstDirectives' object has no attribute 'assertRegexpMatches'
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/nwdiag/tests/" ];
disabledTests = [
# AttributeError: 'TestRstDirectives' object has no attribute 'assertRegexpMatches'
+1 -1
pkgs/development/python-modules/objax/default.nix
···
tensorflow
];
-
pytestFlagsArray = [ "tests/*.py" ];
disabledTests = [
# Test requires internet access for prefetching some weights
···
tensorflow
];
+
enabledTestPaths = [ "tests/*.py" ];
disabledTests = [
# Test requires internet access for prefetching some weights
+1 -1
pkgs/development/python-modules/objsize/default.nix
···
pythonImportsCheck = [ "objsize" ];
-
pytestFlagsArray = [ "test_objsize.py" ];
meta = with lib; {
description = "Traversal over objects subtree and calculate the total size";
···
pythonImportsCheck = [ "objsize" ];
+
enabledTestPaths = [ "test_objsize.py" ];
meta = with lib; {
description = "Traversal over objects subtree and calculate the total size";
+1 -1
pkgs/development/python-modules/okta/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/" ];
disabledTests = [
"test_client_raise_exception"
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/" ];
disabledTests = [
"test_client_raise_exception"
+1 -1
pkgs/development/python-modules/onnx/default.nix
···
rm onnx/__init__.py
'';
-
pytestFlagsArray = [
"onnx/test"
"examples"
];
···
rm onnx/__init__.py
'';
+
enabledTestPaths = [
"onnx/test"
"examples"
];
+1 -1
pkgs/development/python-modules/openhomedevice/default.nix
···
pythonImportsCheck = [ "openhomedevice" ];
-
pytestFlagsArray = [ "tests/*.py" ];
meta = with lib; {
description = "Python module to access Linn Ds and Openhome devices";
···
pythonImportsCheck = [ "openhomedevice" ];
+
enabledTestPaths = [ "tests/*.py" ];
meta = with lib; {
description = "Python module to access Linn Ds and Openhome devices";
+1 -1
pkgs/development/python-modules/opensimplex/default.nix
···
propagatedBuildInputs = [ numpy ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/test_opensimplex.py" ];
pythonImportsCheck = [ "opensimplex" ];
meta = with lib; {
···
propagatedBuildInputs = [ numpy ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/test_opensimplex.py" ];
pythonImportsCheck = [ "opensimplex" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/opentelemetry-exporter-otlp-proto-grpc/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "opentelemetry.exporter.otlp.proto.grpc" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "opentelemetry.exporter.otlp.proto.grpc" ];
+1 -1
pkgs/development/python-modules/osc-sdk-python/default.nix
···
'';
# Only keep test not requiring access and secret keys
-
pytestFlagsArray = [ "tests/test_net.py" ];
pythonImportsCheck = [ "osc_sdk_python" ];
···
'';
# Only keep test not requiring access and secret keys
+
enabledTestPaths = [ "tests/test_net.py" ];
pythonImportsCheck = [ "osc_sdk_python" ];
+1 -1
pkgs/development/python-modules/papis/default.nix
···
export HOME=$(mktemp -d);
'';
-
pytestFlagsArray = [
"papis"
"tests"
];
···
export HOME=$(mktemp -d);
'';
+
enabledTestPaths = [
"papis"
"tests"
];
+1 -1
pkgs/development/python-modules/parameterized/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "parameterized/test.py" ];
pythonImportsCheck = [ "parameterized" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "parameterized/test.py" ];
pythonImportsCheck = [ "parameterized" ];
+1 -1
pkgs/development/python-modules/paramz/default.nix
···
--replace-fail "assertRaisesRegexp" "assertRaisesRegex"
'';
-
pytestFlagsArray = [
"paramz/tests/array_core_tests.py"
"paramz/tests/cacher_tests.py"
"paramz/tests/examples_tests.py"
···
--replace-fail "assertRaisesRegexp" "assertRaisesRegex"
'';
+
enabledTestPaths = [
"paramz/tests/array_core_tests.py"
"paramz/tests/cacher_tests.py"
"paramz/tests/examples_tests.py"
+1 -1
pkgs/development/python-modules/parsedatetime/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/Test*.py" ];
disabledTests = [
# https://github.com/bear/parsedatetime/issues/263
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/Test*.py" ];
disabledTests = [
# https://github.com/bear/parsedatetime/issues/263
+1 -1
pkgs/development/python-modules/pcapy-ng/default.nix
···
doCheck = pythonOlder "3.10";
-
pytestFlagsArray = [ "pcapytests.py" ];
meta = with lib; {
description = "Module to interface with the libpcap packet capture library";
···
doCheck = pythonOlder "3.10";
+
enabledTestPaths = [ "pcapytests.py" ];
meta = with lib; {
description = "Module to interface with the libpcap packet capture library";
+1 -1
pkgs/development/python-modules/peft/default.nix
···
scipy
];
-
pytestFlagsArray = [ "tests" ];
# These tests fail when MPS devices are detected
disabledTests = lib.optional stdenv.hostPlatform.isDarwin [
···
scipy
];
+
enabledTestPaths = [ "tests" ];
# These tests fail when MPS devices are detected
disabledTests = lib.optional stdenv.hostPlatform.isDarwin [
+1 -1
pkgs/development/python-modules/periodiq/default.nix
···
];
versionCheckProgramArg = "--version";
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "periodiq" ];
···
];
versionCheckProgramArg = "--version";
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "periodiq" ];
+1 -1
pkgs/development/python-modules/phonenumbers/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/*.py" ];
pythonImportsCheck = [ "phonenumbers" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/*.py" ];
pythonImportsCheck = [ "phonenumbers" ];
+1 -1
pkgs/development/python-modules/pins/default.nix
···
pythonImportsCheck = [ "pins" ];
-
pytestFlagsArray = [ "pins/tests/" ];
disabledTestPaths = [
# Tests require network access
···
pythonImportsCheck = [ "pins" ];
+
enabledTestPaths = [ "pins/tests/" ];
disabledTestPaths = [
# Tests require network access
+1 -1
pkgs/development/python-modules/plum-py/default.nix
···
pythonImportsCheck = [ "plum" ];
-
pytestFlagsArray = [ "tests" ];
disabledTestPaths = [
# tests enum.IntFlag behaviour which has been disallowed in python 3.11.6
···
pythonImportsCheck = [ "plum" ];
+
enabledTestPaths = [ "tests" ];
disabledTestPaths = [
# tests enum.IntFlag behaviour which has been disallowed in python 3.11.6
+1 -1
pkgs/development/python-modules/plyer/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "plyer/tests" ];
disabledTests = [
# assumes dbus is not installed, it fails and is not very robust.
"test_notification_notifysend"
···
pytestCheckHook
];
+
enabledTestPaths = [ "plyer/tests" ];
disabledTests = [
# assumes dbus is not installed, it fails and is not very robust.
"test_notification_notifysend"
+1 -1
pkgs/development/python-modules/prometheus-flask-exporter/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/" ];
meta = with lib; {
description = "Prometheus exporter for Flask applications";
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/" ];
meta = with lib; {
description = "Prometheus exporter for Flask applications";
+1 -1
pkgs/development/python-modules/psutil/default.nix
···
# our sandboxing which we can work around by disabling some tests:
# - cpu_times was flaky on darwin
# - the other disabled tests are likely due to sandboxing (missing specific errors)
-
pytestFlagsArray = [
# Note: $out must be referenced as test import paths are relative
"${placeholder "out"}/${python.sitePackages}/psutil/tests/test_system.py"
];
···
# our sandboxing which we can work around by disabling some tests:
# - cpu_times was flaky on darwin
# - the other disabled tests are likely due to sandboxing (missing specific errors)
+
enabledTestPaths = [
# Note: $out must be referenced as test import paths are relative
"${placeholder "out"}/${python.sitePackages}/psutil/tests/test_system.py"
];
+1 -1
pkgs/development/python-modules/publicsuffixlist/default.nix
···
pythonImportsCheck = [ "publicsuffixlist" ];
-
pytestFlagsArray = [ "publicsuffixlist/test.py" ];
meta = with lib; {
changelog = "https://github.com/ko-zu/psl/blob/v${version}-gha/CHANGES.md";
···
pythonImportsCheck = [ "publicsuffixlist" ];
+
enabledTestPaths = [ "publicsuffixlist/test.py" ];
meta = with lib; {
changelog = "https://github.com/ko-zu/psl/blob/v${version}-gha/CHANGES.md";
+1 -1
pkgs/development/python-modules/py-bip39-bindings/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "bip39" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "bip39" ];
+1 -1
pkgs/development/python-modules/py-sr25519-bindings/default.nix
···
py-bip39-bindings
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "sr25519" ];
···
py-bip39-bindings
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "sr25519" ];
+1 -1
pkgs/development/python-modules/py-ubjson/default.nix
···
"test_recursion"
];
-
pytestFlagsArray = [ "test/test.py" ];
pythonImportsCheck = [ "ubjson" ];
···
"test_recursion"
];
+
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "ubjson" ];
+1 -1
pkgs/development/python-modules/py2bit/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "py2bitTest/test.py" ];
meta = {
homepage = "https://github.com/deeptools/py2bit";
···
pytestCheckHook
];
+
enabledTestPaths = [ "py2bitTest/test.py" ];
meta = {
homepage = "https://github.com/deeptools/py2bit";
+1 -1
pkgs/development/python-modules/pybigwig/default.nix
···
pythonImportsCheck = [ "pyBigWig" ];
-
pytestFlagsArray = [ "pyBigWigTest/test*.py" ];
disabledTests = [
# Test file is downloaded from GitHub
···
pythonImportsCheck = [ "pyBigWig" ];
+
enabledTestPaths = [ "pyBigWigTest/test*.py" ];
disabledTests = [
# Test file is downloaded from GitHub
+1 -1
pkgs/development/python-modules/pycdio/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/test-*.py" ];
meta = {
homepage = "https://www.gnu.org/software/libcdio/";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/test-*.py" ];
meta = {
homepage = "https://www.gnu.org/software/libcdio/";
+1 -1
pkgs/development/python-modules/pycognito/default.nix
···
requests-mock
] ++ moto.optional-dependencies.cognitoidp;
-
pytestFlagsArray = [ "tests.py" ];
disabledTests = [
# Test requires network access
···
requests-mock
] ++ moto.optional-dependencies.cognitoidp;
+
enabledTestPaths = [ "tests.py" ];
disabledTests = [
# Test requires network access
+1 -1
pkgs/development/python-modules/pycurl/default.nix
···
__darwinAllowLocalNetworking = true;
-
pytestFlagsArray = [
# don't pick up the tests directory below examples/
"tests"
];
···
__darwinAllowLocalNetworking = true;
+
enabledTestPaths = [
# don't pick up the tests directory below examples/
"tests"
];
+1 -1
pkgs/development/python-modules/pydemumble/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/" ];
pythonImportsCheck = [ "pydemumble" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/" ];
pythonImportsCheck = [ "pydemumble" ];
+1 -1
pkgs/development/python-modules/pydot/default.nix
···
})
];
-
pytestFlagsArray = [ "test/test_pydot.py" ];
pythonImportsCheck = [ "pydot" ];
···
})
];
+
enabledTestPaths = [ "test/test_pydot.py" ];
pythonImportsCheck = [ "pydot" ];
+1 -1
pkgs/development/python-modules/pydsdl/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "pydsdl/_test.py" ];
meta = with lib; {
description = "Library to process Cyphal DSDL";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "pydsdl/_test.py" ];
meta = with lib; {
description = "Library to process Cyphal DSDL";
+1 -1
pkgs/development/python-modules/pydub/default.nix
···
"pydub.playback"
];
-
pytestFlagsArray = [ "test/test.py" ];
meta = with lib; {
description = "Manipulate audio with a simple and easy high level interface";
···
"pydub.playback"
];
+
enabledTestPaths = [ "test/test.py" ];
meta = with lib; {
description = "Manipulate audio with a simple and easy high level interface";
+1 -1
pkgs/development/python-modules/pyeapi/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "test/unit" ];
pythonImportsCheck = [ "pyeapi" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "test/unit" ];
pythonImportsCheck = [ "pyeapi" ];
+1 -1
pkgs/development/python-modules/pyfakefs/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"pyfakefs/tests"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"pyfakefs/tests"
];
+1 -1
pkgs/development/python-modules/pygtfs/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "pygtfs/test/test.py" ];
pythonImportsCheck = [ "pygtfs" ];
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "pygtfs/test/test.py" ];
pythonImportsCheck = [ "pygtfs" ];
+1 -1
pkgs/development/python-modules/pylibjpeg-openjpeg/default.nix
···
"lib/openjpeg"
];
-
pytestFlagsArray = [ "openjpeg/tests" ];
pythonImportsCheck = [ "openjpeg" ];
···
"lib/openjpeg"
];
+
enabledTestPaths = [ "openjpeg/tests" ];
pythonImportsCheck = [ "openjpeg" ];
+1 -1
pkgs/development/python-modules/pymarshal/default.nix
···
pyyaml
];
-
pytestFlagsArray = [ "test" ];
meta = {
description = "Python data serialization library";
···
pyyaml
];
+
enabledTestPaths = [ "test" ];
meta = {
description = "Python data serialization library";
+1 -1
pkgs/development/python-modules/pymdstat/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "unitest.py" ];
meta = with lib; {
description = "Pythonic library to parse Linux /proc/mdstat file";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "unitest.py" ];
meta = with lib; {
description = "Pythonic library to parse Linux /proc/mdstat file";
+1 -1
pkgs/development/python-modules/pymunk/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "pymunk/tests" ];
pythonImportsCheck = [ "pymunk" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "pymunk/tests" ];
pythonImportsCheck = [ "pymunk" ];
+1 -1
pkgs/development/python-modules/pyowm/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
# Run only tests which don't require network access
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "pyowm" ];
···
nativeCheckInputs = [ pytestCheckHook ];
# Run only tests which don't require network access
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "pyowm" ];
+1 -1
pkgs/development/python-modules/pypcap/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "pcap" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "pcap" ];
+1 -1
pkgs/development/python-modules/pyqldb/default.nix
···
export AWS_DEFAULT_REGION=us-east-1
'';
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "pyqldb" ];
···
export AWS_DEFAULT_REGION=us-east-1
'';
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "pyqldb" ];
+1 -1
pkgs/development/python-modules/pyqtgraph/default.nix
···
export FONTCONFIG_FILE=${fontsConf}
'';
-
pytestFlagsArray = [
# we only want to run unittests
"tests"
];
···
export FONTCONFIG_FILE=${fontsConf}
'';
+
enabledTestPaths = [
# we only want to run unittests
"tests"
];
+1 -1
pkgs/development/python-modules/pyquaternion/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "pyquaternion/test/" ];
pythonImportsCheck = [ "pyquaternion" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "pyquaternion/test/" ];
pythonImportsCheck = [ "pyquaternion" ];
+1 -1
pkgs/development/python-modules/pytest-ansible/default.nix
···
export HOME=$TMPDIR
'';
-
pytestFlagsArray = [ "tests/" ];
disabledTests =
[
···
export HOME=$TMPDIR
'';
+
enabledTestPaths = [ "tests/" ];
disabledTests =
[
+1 -1
pkgs/development/python-modules/pytest-base-url/default.nix
···
pytest-metadata
];
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# should be xfail? or mocking doesn't work
···
pytest-metadata
];
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# should be xfail? or mocking doesn't work
+1 -1
pkgs/development/python-modules/pytest-recording/default.nix
···
"test_other_socket"
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "pytest_recording" ];
···
"test_other_socket"
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "pytest_recording" ];
+1 -1
pkgs/development/python-modules/pytest-relaxed/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "pytest_relaxed" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "pytest_relaxed" ];
+1 -1
pkgs/development/python-modules/pytest-voluptuous/default.nix
···
pythonImportsCheck = [ "pytest_voluptuous" ];
-
pytestFlagsArray = [ "tests/test_plugin.py" ];
meta = with lib; {
description = "Pytest plugin for asserting data against voluptuous schema";
···
pythonImportsCheck = [ "pytest_voluptuous" ];
+
enabledTestPaths = [ "tests/test_plugin.py" ];
meta = with lib; {
description = "Pytest plugin for asserting data against voluptuous schema";
+1 -1
pkgs/development/python-modules/python-datemath/default.nix
···
pytz
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "datemath" ];
···
pytz
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "datemath" ];
+1 -1
pkgs/development/python-modules/python-i18n/default.nix
···
pytestCheckHook
pyyaml
];
-
pytestFlagsArray = [ "i18n/tests/run_tests.py" ];
pythonImportsCheck = [ "i18n" ];
meta = with lib; {
···
pytestCheckHook
pyyaml
];
+
enabledTestPaths = [ "i18n/tests/run_tests.py" ];
pythonImportsCheck = [ "i18n" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/python-nvd3/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
meta = {
homepage = "https://github.com/areski/python-nvd3";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
meta = {
homepage = "https://github.com/areski/python-nvd3";
+1 -1
pkgs/development/python-modules/python-slugify/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "slugify" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "slugify" ];
+1 -1
pkgs/development/python-modules/python-utils/default.nix
···
pythonImportsCheck = [ "python_utils" ];
-
pytestFlagsArray = [ "_python_utils_tests" ];
disabledTests = [
# Flaky tests
···
pythonImportsCheck = [ "python_utils" ];
+
enabledTestPaths = [ "_python_utils_tests" ];
disabledTests = [
# Flaky tests
+1 -1
pkgs/development/python-modules/pytimeparse/default.nix
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "pytimeparse/tests/testtimeparse.py" ];
pythonImportsCheck = [ "pytimeparse" ];
···
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "pytimeparse/tests/testtimeparse.py" ];
pythonImportsCheck = [ "pytimeparse" ];
+1 -1
pkgs/development/python-modules/pyuseragents/default.nix
···
};
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "pyuseragents" ];
meta = with lib; {
···
};
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "pyuseragents" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/pyversasense/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/test.py" ];
disabledTests = [
# Tests are not properly mocking network requests
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/test.py" ];
disabledTests = [
# Tests are not properly mocking network requests
+1 -1
pkgs/development/python-modules/pywinrm/default.nix
···
pythonImportsCheck = [ "winrm" ];
-
pytestFlagsArray = [ "winrm/tests/" ];
meta = with lib; {
description = "Python library for Windows Remote Management";
···
pythonImportsCheck = [ "winrm" ];
+
enabledTestPaths = [ "winrm/tests/" ];
meta = with lib; {
description = "Python library for Windows Remote Management";
+1 -1
pkgs/development/python-modules/pyxnat/default.nix
···
preCheck = ''
export PYXNAT_SKIP_NETWORK_TESTS=1
'';
-
pytestFlagsArray = [ "pyxnat" ];
disabledTestPaths = [
# require a running local XNAT instance e.g. in a docker container:
"pyxnat/tests/attributes_test.py"
···
preCheck = ''
export PYXNAT_SKIP_NETWORK_TESTS=1
'';
+
enabledTestPaths = [ "pyxnat" ];
disabledTestPaths = [
# require a running local XNAT instance e.g. in a docker container:
"pyxnat/tests/attributes_test.py"
+1 -1
pkgs/development/python-modules/razdel/default.nix
···
};
nativeCheckInputs = [ pytest7CheckHook ];
-
pytestFlagsArray = [ "razdel" ];
pythonImportsCheck = [ "razdel" ];
meta = with lib; {
···
};
nativeCheckInputs = [ pytest7CheckHook ];
+
enabledTestPaths = [ "razdel" ];
pythonImportsCheck = [ "razdel" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/reconplogger/default.nix
···
pythonImportsCheck = [ "reconplogger" ];
-
pytestFlagsArray = [ "reconplogger_tests.py" ];
meta = with lib; {
description = "Module to ease the standardization of logging within omni:us";
···
pythonImportsCheck = [ "reconplogger" ];
+
enabledTestPaths = [ "reconplogger_tests.py" ];
meta = with lib; {
description = "Module to ease the standardization of logging within omni:us";
+1 -1
pkgs/development/python-modules/redshift-connector/default.nix
···
];
# integration tests require a Redshift cluster
-
pytestFlagsArray = [ "test/unit" ];
__darwinAllowLocalNetworking = true; # required for tests
···
];
# integration tests require a Redshift cluster
+
enabledTestPaths = [ "test/unit" ];
__darwinAllowLocalNetworking = true; # required for tests
+1 -1
pkgs/development/python-modules/reolink/default.nix
···
# https://github.com/fwestenberg/reolink/issues/83
doCheck = false;
-
pytestFlagsArray = [ "test.py" ];
disabledTests = [
# Tests require network access
···
# https://github.com/fwestenberg/reolink/issues/83
doCheck = false;
+
enabledTestPaths = [ "test.py" ];
disabledTests = [
# Tests require network access
+1 -1
pkgs/development/python-modules/repoze-lru/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "repoze/lru/tests.py" ];
disabledTests = [
# time sensitive tests
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "repoze/lru/tests.py" ];
disabledTests = [
# time sensitive tests
+1 -1
pkgs/development/python-modules/requests-cache/default.nix
···
export HOME=$(mktemp -d);
'';
-
pytestFlagsArray = [
# Integration tests require local DBs
"tests/unit"
];
···
export HOME=$(mktemp -d);
'';
+
enabledTestPaths = [
# Integration tests require local DBs
"tests/unit"
];
+1 -1
pkgs/development/python-modules/requests-http-signature/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/test.py" ];
disabledTests = [
# Test require network access
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/test.py" ];
disabledTests = [
# Test require network access
+1 -1
pkgs/development/python-modules/restructuredtext-lint/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "restructuredtext_lint/test/test.py" ];
pythonImportsCheck = [ "restructuredtext_lint" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "restructuredtext_lint/test/test.py" ];
pythonImportsCheck = [ "restructuredtext_lint" ];
+1 -1
pkgs/development/python-modules/ripe-atlas-sagan/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/*.py" ];
disabledTests = [
# This test fail for unknown reason, I suspect it to be flaky.
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/*.py" ];
disabledTests = [
# This test fail for unknown reason, I suspect it to be flaky.
+1 -1
pkgs/development/python-modules/robotframework-requests/default.nix
···
pythonImportsCheck = [ "RequestsLibrary" ];
-
pytestFlagsArray = [ "utests" ];
meta = with lib; {
description = "Robot Framework keyword library wrapper around the HTTP client library requests";
···
pythonImportsCheck = [ "RequestsLibrary" ];
+
enabledTestPaths = [ "utests" ];
meta = with lib; {
description = "Robot Framework keyword library wrapper around the HTTP client library requests";
+1 -1
pkgs/development/python-modules/robotframework-tools/default.nix
···
'';
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test" ];
pythonImportsCheck = [ "robottools" ];
meta = with lib; {
···
'';
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test" ];
pythonImportsCheck = [ "robottools" ];
meta = with lib; {
+1 -1
pkgs/development/python-modules/rpcq/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
# Don't run tests that spin-up a zmq server
"rpcq/test/test_base.py"
"rpcq/test/test_spec.py"
···
pytestCheckHook
];
+
enabledTestPaths = [
# Don't run tests that spin-up a zmq server
"rpcq/test/test_base.py"
"rpcq/test/test_spec.py"
+1 -1
pkgs/development/python-modules/safetensors/default.nix
···
pytestCheckHook
torch
];
-
pytestFlagsArray = [ "tests" ];
# don't require PaddlePaddle (not in Nixpkgs), Flax, or Tensorflow (onerous) to run tests:
disabledTestPaths =
[
···
pytestCheckHook
torch
];
+
enabledTestPaths = [ "tests" ];
# don't require PaddlePaddle (not in Nixpkgs), Flax, or Tensorflow (onerous) to run tests:
disabledTestPaths =
[
+1 -1
pkgs/development/python-modules/scikit-bio/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
# only the $out dir contains the built cython extensions, so we run the tests inside there
-
pytestFlagsArray = [ "${placeholder "out"}/${python.sitePackages}/skbio" ];
disabledTestPaths = [
# don't know why, but this segfaults
···
nativeCheckInputs = [ pytestCheckHook ];
# only the $out dir contains the built cython extensions, so we run the tests inside there
+
enabledTestPaths = [ "${placeholder "out"}/${python.sitePackages}/skbio" ];
disabledTestPaths = [
# don't know why, but this segfaults
+1 -1
pkgs/development/python-modules/seqdiag/default.nix
···
patches = [ ./fix_test_generate.patch ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/seqdiag/tests/" ];
pythonImportsCheck = [ "seqdiag" ];
···
patches = [ ./fix_test_generate.patch ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/seqdiag/tests/" ];
pythonImportsCheck = [ "seqdiag" ];
+1 -1
pkgs/development/python-modules/serverlessrepo/default.nix
···
--replace "boto3~=1.9, >=1.9.56" "boto3"
'';
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "serverlessrepo" ];
···
--replace "boto3~=1.9, >=1.9.56" "boto3"
'';
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "serverlessrepo" ];
+1 -1
pkgs/development/python-modules/setuptools-scm-git-archive/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "setuptools_scm_git_archive" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "setuptools_scm_git_archive" ];
+1 -1
pkgs/development/python-modules/sh/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests" ];
# A test needs the HOME directory to be different from $TMPDIR.
preCheck = ''
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests" ];
# A test needs the HOME directory to be different from $TMPDIR.
preCheck = ''
+1 -1
pkgs/development/python-modules/signxml/default.nix
···
pythonImportsCheck = [ "signxml" ];
-
pytestFlagsArray = [ "test/test.py" ];
meta = with lib; {
description = "Python XML Signature and XAdES library";
···
pythonImportsCheck = [ "signxml" ];
+
enabledTestPaths = [ "test/test.py" ];
meta = with lib; {
description = "Python XML Signature and XAdES library";
+1 -1
pkgs/development/python-modules/simpleeval/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test_simpleeval.py" ];
pythonImportsCheck = [ "simpleeval" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test_simpleeval.py" ];
pythonImportsCheck = [ "simpleeval" ];
+1 -1
pkgs/development/python-modules/simplesat/default.nix
···
--replace-fail "assertRaisesRegexp" "assertRaisesRegex"
'';
-
pytestFlagsArray = [ "simplesat/tests" ];
meta = with lib; {
description = "Prototype for SAT-based dependency handling";
···
--replace-fail "assertRaisesRegexp" "assertRaisesRegex"
'';
+
enabledTestPaths = [ "simplesat/tests" ];
meta = with lib; {
description = "Prototype for SAT-based dependency handling";
+1 -1
pkgs/development/python-modules/simsimd/default.nix
···
tabulate
];
-
pytestFlagsArray = [
"scripts/test.py"
];
···
tabulate
];
+
enabledTestPaths = [
"scripts/test.py"
];
+1 -1
pkgs/development/python-modules/siphash24/default.nix
···
"siphash24"
];
-
pytestFlagsArray = [ "test.py" ];
nativeCheckInputs = [ pytestCheckHook ];
···
"siphash24"
];
+
enabledTestPaths = [ "test.py" ];
nativeCheckInputs = [ pytestCheckHook ];
+1 -1
pkgs/development/python-modules/sismic/default.nix
···
pythonImportsCheck = [ "sismic" ];
-
pytestFlagsArray = [ "tests/" ];
disabledTests = [
# Time related tests, might lead to flaky tests on slow/busy machines
···
pythonImportsCheck = [ "sismic" ];
+
enabledTestPaths = [ "tests/" ];
disabledTests = [
# Time related tests, might lead to flaky tests on slow/busy machines
+1 -1
pkgs/development/python-modules/skops/default.nix
···
pytest-cov-stub
streamlit
];
-
pytestFlagsArray = [ "skops" ];
disabledTests = [
# flaky
"test_base_case_works_as_expected"
···
pytest-cov-stub
streamlit
];
+
enabledTestPaths = [ "skops" ];
disabledTests = [
# flaky
"test_base_case_works_as_expected"
+1 -1
pkgs/development/python-modules/slovnet/default.nix
···
razdel
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/" ];
disabledTestPaths = [
# Tries to download model binary artifacts:
"tests/test_api.py"
···
razdel
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/" ];
disabledTestPaths = [
# Tries to download model binary artifacts:
"tests/test_api.py"
+1 -1
pkgs/development/python-modules/smart-open/default.nix
···
responses
] ++ lib.flatten (lib.attrValues optional-dependencies);
-
pytestFlagsArray = [ "smart_open" ];
disabledTests = [
# https://github.com/RaRe-Technologies/smart_open/issues/784
···
responses
] ++ lib.flatten (lib.attrValues optional-dependencies);
+
enabledTestPaths = [ "smart_open" ];
disabledTests = [
# https://github.com/RaRe-Technologies/smart_open/issues/784
+1 -1
pkgs/development/python-modules/snakemake-interface-common/default.nix
···
pythonImportsCheck = [ "snakemake_interface_common" ];
-
pytestFlagsArray = [ "tests/tests.py" ];
meta = with lib; {
description = "Common functions and classes for Snakemake and its plugins";
···
pythonImportsCheck = [ "snakemake_interface_common" ];
+
enabledTestPaths = [ "tests/tests.py" ];
meta = with lib; {
description = "Common functions and classes for Snakemake and its plugins";
+1 -1
pkgs/development/python-modules/sphinx-rtd-dark-mode/default.nix
···
sphinx
];
-
pytestFlagsArray = [ "tests/build.py" ];
pythonImportsCheck = [ "sphinx_rtd_dark_mode" ];
···
sphinx
];
+
enabledTestPaths = [ "tests/build.py" ];
pythonImportsCheck = [ "sphinx_rtd_dark_mode" ];
+1 -1
pkgs/development/python-modules/sseclient-py/default.nix
···
pythonImportsCheck = [ "sseclient" ];
-
pytestFlagsArray = [ "tests/unittests.py" ];
meta = with lib; {
description = "Pure-Python Server Side Events (SSE) client";
···
pythonImportsCheck = [ "sseclient" ];
+
enabledTestPaths = [ "tests/unittests.py" ];
meta = with lib; {
description = "Pure-Python Server Side Events (SSE) client";
+1 -1
pkgs/development/python-modules/statsd/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "statsd/tests.py" ];
meta = with lib; {
maintainers = with maintainers; [ ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "statsd/tests.py" ];
meta = with lib; {
maintainers = with maintainers; [ ];
+1 -1
pkgs/development/python-modules/stim/default.nix
···
enableParallelBuilding = true;
-
pytestFlagsArray = [
# From .github/workflows
"src/"
"glue/cirq"
···
enableParallelBuilding = true;
+
enabledTestPaths = [
# From .github/workflows
"src/"
"glue/cirq"
+1 -1
pkgs/development/python-modules/stm32loader/default.nix
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
-
pytestFlagsArray = [ "tests/unit" ];
meta = with lib; {
description = "Flash firmware to STM32 microcontrollers in Python";
···
pytestCheckHook
] ++ lib.flatten (lib.attrValues optional-dependencies);
+
enabledTestPaths = [ "tests/unit" ];
meta = with lib; {
description = "Flash firmware to STM32 microcontrollers in Python";
+1 -1
pkgs/development/python-modules/streaming-form-data/default.nix
···
requests-toolbelt
];
-
pytestFlagsArray = [ "tests" ];
pythonImportsCheck = [ "streaming_form_data" ];
···
requests-toolbelt
];
+
enabledTestPaths = [ "tests" ];
pythonImportsCheck = [ "streaming_form_data" ];
+1 -1
pkgs/development/python-modules/stringzilla/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "scripts/test.py" ];
meta = {
changelog = "https://github.com/ashvardanian/StringZilla/releases/tag/${src.tag}";
···
pytestCheckHook
];
+
enabledTestPaths = [ "scripts/test.py" ];
meta = {
changelog = "https://github.com/ashvardanian/StringZilla/releases/tag/${src.tag}";
+1 -1
pkgs/development/python-modules/stumpy/default.nix
···
pythonImportsCheck = [ "stumpy" ];
-
pytestFlagsArray = [
# whole testsuite is very CPU intensive, only run core tests
# TODO: move entire test suite to passthru.tests
"tests/test_core.py"
···
pythonImportsCheck = [ "stumpy" ];
+
enabledTestPaths = [
# whole testsuite is very CPU intensive, only run core tests
# TODO: move entire test suite to passthru.tests
"tests/test_core.py"
+1 -1
pkgs/development/python-modules/subunit/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "python/subunit" ];
disabledTestPaths = [
# these tests require testtools and don't work with pytest
···
pytestCheckHook
];
+
enabledTestPaths = [ "python/subunit" ];
disabledTestPaths = [
# these tests require testtools and don't work with pytest
+1 -1
pkgs/development/python-modules/swh-objstorage/default.nix
···
pythonImportsCheck = [ "swh.objstorage" ];
-
pytestFlagsArray = [ "swh/objstorage/tests" ];
nativeCheckInputs = [
aiohttp
···
pythonImportsCheck = [ "swh.objstorage" ];
+
enabledTestPaths = [ "swh/objstorage/tests" ];
nativeCheckInputs = [
aiohttp
+1 -1
pkgs/development/python-modules/symbolic/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "py" ];
pythonImportsCheck = [ "symbolic" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "py" ];
pythonImportsCheck = [ "symbolic" ];
+1 -1
pkgs/development/python-modules/teamcity-messages/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/unit-tests/" ];
pythonImportsCheck = [ "teamcity" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/unit-tests/" ];
pythonImportsCheck = [ "teamcity" ];
+1 -1
pkgs/development/python-modules/telegraph/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests/" ];
disabledTests = [ "test_get_page" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests/" ];
disabledTests = [ "test_get_page" ];
+1 -1
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
···
pythonImportsCheck = [ "tencentcloud" ];
-
pytestFlagsArray = [ "tests/unit/" ];
meta = with lib; {
description = "Tencent Cloud API 3.0 SDK for Python";
···
pythonImportsCheck = [ "tencentcloud" ];
+
enabledTestPaths = [ "tests/unit/" ];
meta = with lib; {
description = "Tencent Cloud API 3.0 SDK for Python";
+1 -1
pkgs/development/python-modules/tensorly/default.nix
···
"tensorly.contrib"
];
-
pytestFlagsArray = [ "tensorly" ];
disabledTests = [
# this can fail on hydra and other peoples machines, check with others before re-enabling
···
"tensorly.contrib"
];
+
enabledTestPaths = [ "tensorly" ];
disabledTests = [
# this can fail on hydra and other peoples machines, check with others before re-enabling
+1 -1
pkgs/development/python-modules/tesla-powerwall/default.nix
···
"test_parse_endpoint"
];
-
pytestFlagsArray = [ "tests/unit" ];
pythonImportsCheck = [ "tesla_powerwall" ];
···
"test_parse_endpoint"
];
+
enabledTestPaths = [ "tests/unit" ];
pythonImportsCheck = [ "tesla_powerwall" ];
+1 -1
pkgs/development/python-modules/tess/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tess/tests.py" ];
preCheck = ''
cd $out/${python.sitePackages}
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tess/tests.py" ];
preCheck = ''
cd $out/${python.sitePackages}
+1 -1
pkgs/development/python-modules/testfixtures/default.nix
···
"testfixtures/tests/test_django"
];
-
pytestFlagsArray = [ "testfixtures/tests" ];
pythonImportsCheck = [ "testfixtures" ];
···
"testfixtures/tests/test_django"
];
+
enabledTestPaths = [ "testfixtures/tests" ];
pythonImportsCheck = [ "testfixtures" ];
+1 -1
pkgs/development/python-modules/textacy/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [
# Almost all tests have to deal with downloading a dataset, only test pure tests
"tests/test_constants.py"
"tests/preprocessing/test_normalize.py"
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [
# Almost all tests have to deal with downloading a dataset, only test pure tests
"tests/test_constants.py"
"tests/preprocessing/test_normalize.py"
+1 -1
pkgs/development/python-modules/textstat/default.nix
···
"textstat"
];
-
pytestFlagsArray = [
"test.py"
];
···
"textstat"
];
+
enabledTestPaths = [
"test.py"
];
+1 -1
pkgs/development/python-modules/texttable/default.nix
···
pythonImportsCheck = [ "texttable" ];
-
pytestFlagsArray = [ "tests.py" ];
meta = with lib; {
description = "Module to generate a formatted text table, using ASCII characters";
···
pythonImportsCheck = [ "texttable" ];
+
enabledTestPaths = [ "tests.py" ];
meta = with lib; {
description = "Module to generate a formatted text table, using ASCII characters";
+1 -1
pkgs/development/python-modules/textx/tests.nix
···
textx-types-dsl
];
-
pytestFlagsArray = [ "tests/functional" ];
disabledTests = [
"test_examples" # assertion error: 0 == 12
];
···
textx-types-dsl
];
+
enabledTestPaths = [ "tests/functional" ];
disabledTests = [
"test_examples" # assertion error: 0 == 12
];
+1 -1
pkgs/development/python-modules/throttler/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/" ];
disabledTestPaths = [
# time sensitive tests
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/" ];
disabledTestPaths = [
# time sensitive tests
+1 -1
pkgs/development/python-modules/timeago/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/testcase.py" ];
pythonImportsCheck = [ "timeago" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/testcase.py" ];
pythonImportsCheck = [ "timeago" ];
+1 -1
pkgs/development/python-modules/timm/default.nix
···
pytest-timeout
];
-
pytestFlagsArray = [ "tests" ];
disabledTests =
lib.optionals
···
pytest-timeout
];
+
enabledTestPaths = [ "tests" ];
disabledTests =
lib.optionals
+1 -1
pkgs/development/python-modules/tinyrecord/default.nix
···
tinydb
];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "tinyrecord" ];
···
tinydb
];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "tinyrecord" ];
+1 -1
pkgs/development/python-modules/titlecase/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "titlecase/tests.py" ];
pythonImportsCheck = [ "titlecase" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "titlecase/tests.py" ];
pythonImportsCheck = [ "titlecase" ];
+1 -1
pkgs/development/python-modules/trimesh/default.nix
···
"test_load"
];
-
pytestFlagsArray = [ "tests/test_minimal.py" ];
pythonImportsCheck = [
"trimesh"
···
"test_load"
];
+
enabledTestPaths = [ "tests/test_minimal.py" ];
pythonImportsCheck = [
"trimesh"
+1 -1
pkgs/development/python-modules/trx-python/default.nix
···
export HOME=$TMPDIR
'';
-
pytestFlagsArray = [ "trx/tests" ];
disabledTestPaths = [
# access to network
···
export HOME=$TMPDIR
'';
+
enabledTestPaths = [ "trx/tests" ];
disabledTestPaths = [
# access to network
+1 -1
pkgs/development/python-modules/ttp/default.nix
···
"test_ttp_templates_dir_env_variable"
];
-
pytestFlagsArray = [ "test/pytest" ];
meta = with lib; {
changelog = "https://github.com/dmulyalin/ttp/releases/tag/${version}";
···
"test_ttp_templates_dir_env_variable"
];
+
enabledTestPaths = [ "test/pytest" ];
meta = with lib; {
changelog = "https://github.com/dmulyalin/ttp/releases/tag/${version}";
+1 -1
pkgs/development/python-modules/tweedledum/default.nix
···
pythonImportsCheck = [ "tweedledum" ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "python/test" ];
meta = with lib; {
description = "Library for synthesizing and manipulating quantum circuits";
···
pythonImportsCheck = [ "tweedledum" ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "python/test" ];
meta = with lib; {
description = "Library for synthesizing and manipulating quantum circuits";
+1 -1
pkgs/development/python-modules/typed-settings/default.nix
···
++ (lib.optional (pythonOlder "3.11") typing-extensions)
++ (lib.flatten (lib.attrValues optional-dependencies));
-
pytestFlagsArray = [ "tests" ];
disabledTests = [
# 1Password CLI is not available
···
++ (lib.optional (pythonOlder "3.11") typing-extensions)
++ (lib.flatten (lib.attrValues optional-dependencies));
+
enabledTestPaths = [ "tests" ];
disabledTests = [
# 1Password CLI is not available
+1 -1
pkgs/development/python-modules/typeshed-client/default.nix
···
pythonImportsCheck = [ "typeshed_client" ];
-
pytestFlagsArray = [ "tests/test.py" ];
meta = with lib; {
description = "Retrieve information from typeshed and other typing stubs";
···
pythonImportsCheck = [ "typeshed_client" ];
+
enabledTestPaths = [ "tests/test.py" ];
meta = with lib; {
description = "Retrieve information from typeshed and other typing stubs";
+1 -1
pkgs/development/python-modules/ultralytics/default.nix
···
onnxruntime
];
-
pytestFlagsArray = [
# rest of the tests require internet access
"tests/test_python.py"
];
···
onnxruntime
];
+
enabledTestPaths = [
# rest of the tests require internet access
"tests/test_python.py"
];
+1 -1
pkgs/development/python-modules/unicode-slugify/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "slugify/tests.py" ];
meta = with lib; {
description = "Generates unicode slugs";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "slugify/tests.py" ];
meta = with lib; {
description = "Generates unicode slugs";
+1 -1
pkgs/development/python-modules/virt-firmware/default.nix
···
pkgs.systemd
];
-
pytestFlagsArray = [ "tests/tests.py" ];
pythonImportsCheck = [ "virt.firmware.efi" ];
···
pkgs.systemd
];
+
enabledTestPaths = [ "tests/tests.py" ];
pythonImportsCheck = [ "virt.firmware.efi" ];
+1 -1
pkgs/development/python-modules/vobject/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests.py" ];
meta = with lib; {
description = "Module for reading vCard and vCalendar files";
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests.py" ];
meta = with lib; {
description = "Module for reading vCard and vCalendar files";
+1 -1
pkgs/development/python-modules/voluptuous/default.nix
···
pythonImportsCheck = [ "voluptuous" ];
-
pytestFlagsArray = [ "voluptuous/tests/" ];
meta = with lib; {
description = "Python data validation library";
···
pythonImportsCheck = [ "voluptuous" ];
+
enabledTestPaths = [ "voluptuous/tests/" ];
meta = with lib; {
description = "Python data validation library";
+1 -1
pkgs/development/python-modules/wakeonlan/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test_wakeonlan.py" ];
pythonImportsCheck = [ "wakeonlan" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test_wakeonlan.py" ];
pythonImportsCheck = [ "wakeonlan" ];
+1 -1
pkgs/development/python-modules/wasserstein/default.nix
···
];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "wasserstein/tests" ];
disabledTestPaths = [
"wasserstein/tests/test_emd.py" # requires "ot"
# cyclic dependency on energyflow
···
];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "wasserstein/tests" ];
disabledTestPaths = [
"wasserstein/tests/test_emd.py" # requires "ot"
# cyclic dependency on energyflow
+1 -1
pkgs/development/python-modules/wcag-contrast-ratio/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "wcag_contrast_ratio" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "wcag_contrast_ratio" ];
+1 -1
pkgs/development/python-modules/weaviate-client/default.nix
···
"test_client_with_extra_options"
];
-
pytestFlagsArray = [
"test"
"mock_tests"
];
···
"test_client_with_extra_options"
];
+
enabledTestPaths = [
"test"
"mock_tests"
];
+1 -1
pkgs/development/python-modules/wsme/default.nix
···
webtest
];
-
pytestFlagsArray = [
"wsme/tests"
"tests/pecantest"
"tests/test_sphinxext.py"
···
webtest
];
+
enabledTestPaths = [
"wsme/tests"
"tests/pecantest"
"tests/test_sphinxext.py"
+1 -1
pkgs/development/python-modules/wurlitzer/default.nix
···
pythonImportsCheck = [ "wurlitzer" ];
-
pytestFlagsArray = [ "test.py" ];
meta = with lib; {
description = "Capture C-level output in context managers";
···
pythonImportsCheck = [ "wurlitzer" ];
+
enabledTestPaths = [ "test.py" ];
meta = with lib; {
description = "Capture C-level output in context managers";
+1 -1
pkgs/development/python-modules/yara-python/default.nix
···
setupPyBuildFlags = [ "--dynamic-linking" ];
-
pytestFlagsArray = [ "tests.py" ];
pythonImportsCheck = [ "yara" ];
···
setupPyBuildFlags = [ "--dynamic-linking" ];
+
enabledTestPaths = [ "tests.py" ];
pythonImportsCheck = [ "yara" ];
+1 -1
pkgs/development/python-modules/yaramod/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "tests/" ];
pythonImportsCheck = [ "yaramod" ];
···
pytestCheckHook
];
+
enabledTestPaths = [ "tests/" ];
pythonImportsCheck = [ "yaramod" ];
+1 -1
pkgs/development/python-modules/yargy/default.nix
···
propagatedBuildInputs = [ pymorphy2 ];
pythonImportsCheck = [ "yargy" ];
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "tests" ];
meta = with lib; {
description = "Rule-based facts extraction for Russian language";
···
propagatedBuildInputs = [ pymorphy2 ];
pythonImportsCheck = [ "yargy" ];
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "tests" ];
meta = with lib; {
description = "Rule-based facts extraction for Russian language";
+1 -1
pkgs/development/python-modules/yeelight/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "yeelight/tests.py" ];
pythonImportsCheck = [ "yeelight" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "yeelight/tests.py" ];
pythonImportsCheck = [ "yeelight" ];
+1 -1
pkgs/development/python-modules/yq/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "test/test.py" ];
pythonImportsCheck = [ "yq" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "test/test.py" ];
pythonImportsCheck = [ "yq" ];
+1 -1
pkgs/development/python-modules/yte/default.nix
···
pythonImportsCheck = [ "yte" ];
-
pytestFlagsArray = [ "tests.py" ];
preCheck = ''
# The CLI test need yte on the PATH
···
pythonImportsCheck = [ "yte" ];
+
enabledTestPaths = [ "tests.py" ];
preCheck = ''
# The CLI test need yte on the PATH
+1 -1
pkgs/development/python-modules/zc-lockfile/default.nix
···
zope-testing
];
-
pytestFlagsArray = [ "src/zc/lockfile/tests.py" ];
pythonNamespaces = [ "zc" ];
···
zope-testing
];
+
enabledTestPaths = [ "src/zc/lockfile/tests.py" ];
pythonNamespaces = [ "zc" ];
+1 -1
pkgs/development/python-modules/zope-cachedescriptors/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/zope/cachedescriptors/tests.py" ];
pythonImportsCheck = [ "zope.cachedescriptors" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/zope/cachedescriptors/tests.py" ];
pythonImportsCheck = [ "zope.cachedescriptors" ];
+1 -1
pkgs/development/python-modules/zope-deprecation/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/zope/deprecation/tests.py" ];
pythonImportsCheck = [ "zope.deprecation" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/zope/deprecation/tests.py" ];
pythonImportsCheck = [ "zope.deprecation" ];
+1 -1
pkgs/development/python-modules/zope-dottedname/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/zope/dottedname/tests.py" ];
pythonImportsCheck = [ "zope.dottedname" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/zope/dottedname/tests.py" ];
pythonImportsCheck = [ "zope.dottedname" ];
+1 -1
pkgs/development/python-modules/zope-event/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/zope/event/tests.py" ];
pythonNamespaces = [ "zope" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/zope/event/tests.py" ];
pythonNamespaces = [ "zope" ];
+1 -1
pkgs/development/python-modules/zope-testing/default.nix
···
nativeCheckInputs = [ pytestCheckHook ];
-
pytestFlagsArray = [ "src/zope/testing/tests.py" ];
pythonImportsCheck = [ "zope.testing" ];
···
nativeCheckInputs = [ pytestCheckHook ];
+
enabledTestPaths = [ "src/zope/testing/tests.py" ];
pythonImportsCheck = [ "zope.testing" ];
+1 -1
pkgs/development/python-modules/zxing-cpp/default.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [ "test.py" ];
pythonImportsCheck = [ "zxingcpp" ];
}
···
pytestCheckHook
];
+
enabledTestPaths = [ "test.py" ];
pythonImportsCheck = [ "zxingcpp" ];
}
+1 -1
pkgs/servers/home-assistant/intents.nix
···
pytestCheckHook
];
-
pytestFlagsArray = [
"intents/tests"
];
···
pytestCheckHook
];
+
enabledTestPaths = [
"intents/tests"
];