Commit 09c3109
authored
Use pytest features to avoid having to use
This updates the `test-command` parameter for cibuildwheel to include
the argument `--import-mode=importlib` to pytest. This argument directs
pytest not to add the project root to `sys.path` in a way that would
cause the local `qsimcirq` source directory to shadow the installed
wheel. This makes the manual moving of the directory unnecessary.mv (#1022)1 parent d225b29 commit 09c3109
1 file changed
+3
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
0 commit comments