Skip to content

Commit ad2f656

Browse files
committed
DEV_MODE and git installs
1 parent ea6b8a9 commit ad2f656

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,16 +125,16 @@ test_core = [
125125

126126
# for github test : probeinterface and neo from master
127127
# for release we need pypi, so this need to be commented
128-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
129-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
128+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
129+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
130130
]
131131

132132
test_extractors = [
133133
# Functions to download data in neo test suite
134134
"pooch>=1.8.2",
135135
"datalad>=1.0.2",
136-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
137-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
136+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
137+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
138138
]
139139

140140
test_preprocessing = [
@@ -174,8 +174,8 @@ test = [
174174

175175
# for github test : probeinterface and neo from master
176176
# for release we need pypi, so this need to be commented
177-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
178-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
177+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
178+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
179179
]
180180

181181
docs = [
@@ -198,8 +198,8 @@ docs = [
198198
"datalad>=1.0.2",
199199

200200
# for release we need pypi, so this needs to be commented
201-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
202-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
201+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
202+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
203203

204204
]
205205

src/spikeinterface/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
# This flag must be set to False for release
3131
# This avoids using versioning that contains ".dev0" (and this is a better choice)
3232
# This is mainly useful when using run_sorter in a container and spikeinterface install
33-
DEV_MODE = True
34-
# DEV_MODE = False
33+
# DEV_MODE = True
34+
DEV_MODE = False

0 commit comments

Comments
 (0)