Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent b67bfaa commit 33c347c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

from setuptools import Distribution, setup


GLIBC_VERSION = "2.17"


def plat_name():
return f"manylinux_{GLIBC_VERSION.replace('.', '_')}_{platform.machine()}"


setup(
options={
"bdist_wheel": {
Expand Down
2 changes: 2 additions & 0 deletions tests/test_relenv_gdb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright 2024 VMware, Inc.
# SPDX-License-Identifier: Apache-2.0


def test_noop():
Expand Down

0 comments on commit 33c347c

Please sign in to comment.