theochem / horton

HORTON: Helpful Open-source Research TOol for N-fermion systems
http://theochem.github.io/horton/
GNU General Public License v3.0
94 stars 40 forks source link

Pylint requires compiled extensions, i.e. is not static, as assumed on buildkit #165

Closed tovrstra closed 8 years ago

tovrstra commented 8 years ago

Pylint should be considered as a dynamic test. It tries to import stuff from extensions. When this fails, we get bogus Pylint messages.

tovrstra commented 8 years ago

Is it possible to build HORTON in a separate script and then run all the tests that require a build in parallel?