issues Search Results · repo:CleanCut/green language:Python
Filter by
187 results
(85 ms)187 results
inCleanCut/green (press backspace or delete to remove)When running the test with an up-to-date setuptools(in my case 72.1.0), the test test_command fails with:
AttributeError: Distribution object has no attribute tests_require . Did you mean: extras_require ...
gador
- 1
- Opened on Aug 19, 2024
- #299
As far as I can tell, currently green only uploads sdist to pypi: https://pypi.org/simple/green/ This makes the
installation slower, as everyone has to build their own wheels on demand. It will be much ...
eltoder
- 4
- Opened on May 6, 2024
- #298
Currently the default branch on coveralls is set to master , which is very old and not being updated. We should change
it to main .
eltoder
- 2
- Opened on Apr 12, 2024
- #294
Note that this is an internal CI issue and has no impact on users of green itself.
Green has high code coverage when running locally but in the GH actions we have almost no coverage.
We should identify ...
bug
sodul
- 3
- Opened on Feb 13, 2024
- #289
@CleanCut I work closely with @sodul, is it possible to be added as a maintainer to assist in the release process?
I understand that the release process is currently bottlenecked by @sodul being the most ...
IanFoertsch-clumio
- 2
- Opened on Jan 23, 2024
- #282
It is time to move the release process from my local machine to GitHub actions.
- Trigger the action manually (via workflow_dispatch)
- Do the equivalent of what make run currently does.
- Test ...
enhancement
CleanCut
- 7
- Opened on Dec 15, 2023
- #278
We have a unittest that is decorated with @unittest.skipIf(...), and when green is collecting tests results in
stopTest() we get an AttributeError for start_time on this line: self.test_time = str(time.time() ...
bug
sodul
- 15
- Opened on Dec 12, 2023
- #277
@CleanCut I m open to help contribute to the project more actively to help ensure green will stay forward compatible for
the foreseeable future.
I do not have a lot of spare cycles to make green a next ...
sodul
- 7
- Opened on Nov 28, 2023
- #273
Hi, I was testing the brand-new-released Py3.12 on common libraries I use, and green is failing to run tests with the
following error:
Traceback (most recent call last):
File /mnt/old/home/grigi/work/magneto/.pyenv/bin/green ...
grigi
- 4
- Opened on Oct 3, 2023
- #272
While developing tests it is quite handy to put in breakpoints or extra prints. At the moment, when a test is run by
green, breakpoints do not work because stdin is not connected to the terminal. I couldn ...
enhancement
help wanted
eltoder
- Opened on Feb 13, 2023
- #266

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.