You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've used submodules to handle common theming for Pyramid / Pylons projects, and found them incredibly painful: ripping them out has been on the TODO list for a good while.
Note that I don't use the buildout, because I want to run tests using 'tox' (to insure that they pass on all supported Python versions).
The current buildout relies on being able to treat scripts as executables. This only works on newer linux kernals.
The need for this seems to be driven by:
Some alternatives:
-s
argument in the test runner to only run the BTrees tests.dependencies. I'm not entirely why this isn't happening now.
I vote for using submodules.
The text was updated successfully, but these errors were encountered: