Skip to content

Commit

Permalink
Add pytest-xdist to flake shell
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 16, 2024
1 parent 875a930 commit 31900f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/create-shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ with pkgs; let
openlane
pyfakefs
pytest
pytest-xdist
pillow
mdformat
]
Expand Down
2 changes: 1 addition & 1 deletion test/steps/all
Submodule all updated 34 files
+1 −267 by_id/checker.holdviolations/001-success/state_in.json
+23 −23 by_id/checker.holdviolations/002-fail-single/state_in.json
+23 −23 by_id/checker.holdviolations/003-fail-multiple/state_in.json
+23 −23 by_id/checker.holdviolations/005-fail-different-corner/state_in.json
+1 −23 by_id/checker.linttimingconstructs/001-success/state_in.json
+1 −23 by_id/checker.linttimingconstructs/002-fail/state_in.json
+1 −267 by_id/checker.setupviolations/001-success/state_in.json
+23 −23 by_id/checker.setupviolations/002-fail-single/state_in.json
+23 −23 by_id/checker.setupviolations/003-fail-multiple/state_in.json
+23 −23 by_id/checker.setupviolations/005-fail-different-corner/state_in.json
+1 −72 by_id/odb.addpdnobstructions/001-success/state_in.json
+1 −101 by_id/openroad.checkantennas/001-success/state_in.json
+1 −101 by_id/openroad.checkantennas/002-success-errors/state_in.json
+1 −81 by_id/openroad.checkantennas/003-fail/state_in.json
+1 −79 by_id/openroad.detailedplacement/002-fail-padding/state_in.json
+1 −81 by_id/openroad.detailedplacement/003-fail-util/state_in.json
+1 −84 by_id/openroad.detailedrouting/001-success/state_in.json
+1 −101 by_id/openroad.fillinsertion/001-success/state_in.json
+1 −72 by_id/openroad.generatepdn/001-success-default/state_in.json
+1 −72 by_id/openroad.globalplacement/002-fail-density/state_in.json
+1 −72 by_id/openroad.globalplacement/005-fail-util/state_in.json
+1 −72 by_id/openroad.ioplacement/001-success-matching/state_in.json
+1 −101 by_id/openroad.rcx/001-success/state_in.json
+1 −95 by_id/openroad.rcx/003-success-disconnected-ios/state_in.json
+1 −99 by_id/openroad.rcx/004-success-hybrid/state_in.json
+4 −4 by_id/openroad.stapostpnr/001-success-filter-unannotated/handler.py
+1 −93 by_id/openroad.stapostpnr/001-success-filter-unannotated/state_in.json
+1 −62 by_id/openroad.tapendcapinsertion/001-success/state_in.json
+200 −0 by_id/yosys.synthesis/004-tristate/config.json
+13 −0 by_id/yosys.synthesis/004-tristate/handler.py
+49 −0 by_id/yosys.synthesis/004-tristate/highly.nix
+35 −0 by_id/yosys.synthesis/004-tristate/mux.v
+1 −0 by_id/yosys.synthesis/004-tristate/process_input.py.ref
+1 −0 by_id/yosys.synthesis/synlig/004-tristate

0 comments on commit 31900f8

Please sign in to comment.