Peter Bittner

Results 524 comments of Peter Bittner
trafficstars

I'm running the flake8 version pulled by flake8-putty (i.e. version 2.6.2) on Python 3.5.2: ``` bash $ tox flake8 installed: flake8==2.6.2,flake8-putty==0.4.0,mccabe==0.5.2,packaging==16.8,pycodestyle==2.0.0,pyflakes==1.2.3,pyparsing==2.1.10,six==1.10.0 flake8 runtests: PYTHONHASHSEED='3756036720' flake8 runtests: commands[0] | flake8 --version...

Commit [d3d0382](https://github.com/Organice/django-organice/blob/d3d0382da4669cdcd96651caa467fd0d3d7af776/organice/management/commands/mixins/initcms.py#L63-L149) adds some of the more important content from 2014, today.

The demo website should also clearly mention what happens with the data (e.g. that no data is collected and that the site is rebuilt from scratch every day).

Maybe this change is wrong. Then at least it brings to light that the help text is somewhat hard to understand.

Okay, sorry, I didn't find anything in the README and didn't look further. My bad! Thanks for the clarification! Love HTMX!

Just as another voice to illustrate the current situation: I try to use `pyproject.toml` as the one and only place for my package configuration. I stick to `setuptools` and have...

> The following example seem to work for me: Sure, the wheel is fine. It's the sdist that doesn't work for excluding tests and configuration files. ```shell tar tvfz dist/*.tar.gz...

Hi Paul, thanks for your effort in reporting this problem! You've invested heavily, that's apparent. Please note that you're on the issue tracker of the _behave-django_ project. Make sure you...

> A loose suspicion is around how behave-django alters the test setup / teardown aspect of the `LiveServerTestCase`. > But I just tried with BehaviorDrivenTestCase and there is no issue....

> Am I right thinking behave-django should deal with calling `doClassCleanups` somewhere then? It shouldn't. Python's unit test framework is "disabled" for Behave to run when you invoke `python manage.py...