Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
c9a75318
Commit
c9a75318
authored
May 16, 2019
by
Valentin Reis
Browse files
nrm pytest commenting
parent
4d53709a
Pipeline
#7382
failed with stages
in 5 minutes and 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/default.nix
View file @
c9a75318
...
...
@@ -84,7 +84,7 @@ let
#};
#});
nrm-pytest
=
nrm
.
overrideAttrs
(
old
:{
checkPhase
=
"py.test --deselect=test/test_messaging.py"
;});
#
nrm-pytest = nrm.overrideAttrs (old:{
buildInputs = old.buildInputs++[nrm]; doCheck=true;
checkPhase="py.test --deselect=test/test_messaging.py";});
aml-check
=
aml
.
overrideAttrs
(
old
:{
doCheck
=
true
;
...
...
pkgs/nrm/default.nix
View file @
c9a75318
...
...
@@ -14,5 +14,10 @@ pythonPackages.buildPythonPackage {
pythonPackages
.
warlock
containers
];
checkInputs
=
[
pythonPackages
.
pytest
];
#checkInputs = [ pythonPackages.pytest ];
#checkPhase = ''
#py.test $out
#'';
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment