Matt Bachmann

Results 113 comments of Matt Bachmann

@kloczek I don't see anything about the output of `which flake8` I see that the library seems to be installed (and I admit last night I neglected to expand the...

> > But it still may be interesting to know where in the build system that command is. > > Hmm .. what you mean "where"? 🤔 > > >...

Clearly I don't know a lot about Linux packaging beyond basic user commands But the test that's failing is running a command, not running a function that's imported from a...

I swear im not trying to be difficult here. I know my mixing up of the specific quality tool is not helping. Ive been responding in the morning and at...

``` Just humble question one more time: why at all this module test procedure needs to check is flake8 installed? ``` I mean we are talking about code that was...

git, hg, and file could be any of a bunch of setup and fixture stuff... Now the flake8 --version call returning 0 is very interesting.... and surprising So we know...

you should not need anything thats not already defined in the toml. You can see githubs action run this build regularly. flake8 is executed because this is an integration test...

> Again .. executed `flake8` script returns 0 status. I understand that block of code is either hitting a filenotfound exception or something else is happening. Whatever is happening is...

Because despite what your test did that function returned 1 at least that's what the test output is implying

Because despite what your test did that function returned 1 at least that's what the test output is implying