Kees Hink

Results 13 issues of Kees Hink

Not sure if this is a bug in coverage itself, but as pinning coverage to 6.4 fixed it for us, i'll ask here first. When i run pytest with coverage...

bug

Before i go off and write a PR for this, i'm hoping to get some feedback to see if my use case is of any interest to other zc.buildout users....

enhancement

``` rule = { "dtstart": datetime.date(2023, 1, 1), "until": datetime.date(2023, 12, 31), "freq": rrule.WEEKLY, "bysetpos": 1, "byweekday": rrule.SU, "byweekno": [1], "wkst": rrule.SU, } [d.date() for d in rrule.rrule(**rule)] # prints...

On SublimeText 3.2 (MacOS), i threw away my entire "Installed Packages" dir and re-installed flake8lint from scratch. After installing Package Control and flake8lint, i get an `OSError: resource not found`...

I love Flake8lint. It would be nice to also support reading config from `pytest.ini` (like currently from `setup.cfg` and `tox.ini`). We use pytest + https://github.com/tholo/pytest-flake8 for tests. Example pytest.ini: ```...

Just in case you're interested, here's what we did to get django-oscar-wagtail working on Wagtail 2.13. (django-oscar 2.1 was not a problem).

**Describe the bug** [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) allows running tests in parallel. So we can do something like `pytest -n auto`, and our tests take 5 minutes instead of 15. But `coverage run...

* safety version: 2.3.4, 2.3.5 * Python version: 3.9.18 * Operating System: Ubuntu Linux ### Description Running `safety check --bare` used to only fail if there was a concrete advisory...

Looking at the git log, there are no tags for the 2.4.3 and 2.4.4 releases: ``` * 90ed55c - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #292 from khink/raise-exception-if-no-test-folder.....

In a buildout (with git repos, mainly) where some source URL's don't match, "./bin/develop up" fails to update all the repos that it could easily update. mr.developer finds a repo...