+4
-3
pkgs/applications/networking/dyndns/dyndnsc/default.nix
+4
-3
pkgs/applications/networking/dyndns/dyndnsc/default.nix
······
+49
pkgs/development/python-modules/json-logging/default.nix
+49
pkgs/development/python-modules/json-logging/default.nix
···+url = "https://github.com/bobbui/json-logging-python/commit/6fdb64deb42fe48b0b12bda0442fd5ac5f03107f.patch";+Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver.
+41
pkgs/development/python-modules/pytest-console-scripts/default.nix
+41
pkgs/development/python-modules/pytest-console-scripts/default.nix
···+substituteInPlace tests/test_run_scripts.py --replace "#!/usr/bin/env python" "#!${python.interpreter}"+It's quite similar to subprocess.run(), but it also has an in-process mode, where the scripts are executed by the interpreter that's running pytest (using some amount of sandboxing).
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······+pytest-console-scripts = callPackage ../development/python-modules/pytest-console-scripts { };