Skip to content

Commit

Permalink
Merge pull request #84301 from marsam/fix-stig
Browse files Browse the repository at this point in the history
stig: fix build
  • Loading branch information
marsam committed Apr 6, 2020
2 parents 52a62d3 + 5b17f17 commit 688d1fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/networking/p2p/stig/default.nix
Expand Up @@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
--replace "urwidtrees>=1.0.3dev0" "urwidtrees"
'';

buildInputs = with python3.pkgs; [
propagatedBuildInputs = with python3.pkgs; [
urwid
urwidtrees
aiohttp
Expand All @@ -43,8 +43,10 @@ python3.pkgs.buildPythonApplication rec {
pytest
];

# test_string__month_day_hour_minute_second fails on darwin
checkPhase = ''
pytest tests
LC_ALL=en_US.utf8 pytest tests \
--deselect=tests/client_test/ttypes_test.py::TestTimestamp::test_string__month_day_hour_minute_second
'';

meta = with lib; {
Expand Down

0 comments on commit 688d1fa

Please sign in to comment.