Skip to content

Commit

Permalink
temporary win skip to produce wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Dec 17, 2023
1 parent 389ed8b commit dbd5977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions psutil/tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ def test_cmdline(self):
self.assertEqual(' '.join(p.cmdline()), ' '.join(cmdline))

@unittest.skipIf(PYPY, "broken on PYPY")
@unittest.skipIf(WINDOWS, "temporary")
def test_long_cmdline(self):
testfn = self.get_testfn()
create_exe(testfn)
Expand Down
2 changes: 1 addition & 1 deletion scripts/internal/print_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def main():

tot_files = 0
tot_size = 0
templ = "%-100s %7s %7s %7s"
templ = "%-120s %7s %7s %7s"
for platf, pkgs in groups.items():
ppn = "%s (%s)" % (platf, len(pkgs))
s = templ % (ppn, "size", "arch", "pyver")
Expand Down

0 comments on commit dbd5977

Please sign in to comment.