@@ -124,16 +124,16 @@ test_core = [
124124
125125 # for github test : probeinterface and neo from master
126126 # for release we need pypi, so this need to be commented
127- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
128- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
127+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
128+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
129129]
130130
131131test_extractors = [
132132 # Functions to download data in neo test suite
133133 " pooch>=1.8.2" ,
134134 " datalad>=1.0.2" ,
135- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
136- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
135+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
136+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
137137]
138138
139139test_preprocessing = [
@@ -173,8 +173,8 @@ test = [
173173
174174 # for github test : probeinterface and neo from master
175175 # for release we need pypi, so this need to be commented
176- " probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git" ,
177- " neo @ git+https://github.com/NeuralEnsemble/python-neo.git" ,
176+ # "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
177+ # "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
178178]
179179
180180docs = [
0 commit comments