mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #43] 'python setup.py test' fails #28
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GaetanLepage on GitHub (Oct 19, 2022).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/43
Runtime Environment
3.10.7nvitopversion or commit:0.10.0python-ml-pyversion:11.515.75en_US.UTF-8Current Behavior
The
python setup.py testcommand fails.Expected Behavior
The test command succeeds.
Context
I was trying to package
nvitopfor NixOS.The installation process for python applications calls
python setup.py testby default.Steps to Reproduce
@XuehaiPan commented on GitHub (Oct 19, 2022):
@GaetanLepage Hi, currently, there are no tests provided in the repo, so it always fails. Also,
setuptoolsis going to deprecate thetestcommand:Is there a way to bypass this?
@GaetanLepage commented on GitHub (Oct 19, 2022):
Ok ! Thank you for this precision, I found a way to disable this phase of the nix packaging process.