nipy / nibabel

Python package to access a cacophony of neuro-imaging file formats

Home Page:http://nipy.org/nibabel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

270 tests fail because of quote issues

yurivict opened this issue · comments

See the log here.

There are a lot of deltas like:

-    if dt.kind == 'c':
+    if dt.kind == "c":

Version: 5.2.1
Python-3.9
FreeBSD 14.0

Why are you running black?

black just happened to be installed on this system.

Ah, it looks like your testing setup is injecting tests we don't use. Perhaps you have a global pytest configuration that needs to be isolated? You should be able to run our entire test suite with tox.

In any event, we will not be adopting black, so I'm going to close this issue.