diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f27dab3..d69030e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ This project welcomes contributions and suggestions. Contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant the rights to use your contribution. -When you submit a pull request, a CLA bot will determine whether you need to sign a CLA. Simply follow the instructions provided. \ No newline at end of file +When you submit a pull request, a CLA bot will determine whether you need to sign a CLA. Simply follow the instructions provided. diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt index ea890afb..086d3992 100644 --- a/LICENSES/BSD-3-Clause.txt +++ b/LICENSES/BSD-3-Clause.txt @@ -1,4 +1,4 @@ -Copyright (c) . +Copyright (c) . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/src/sgl/device/tests/test_reflection.py b/src/sgl/device/tests/test_reflection.py index e26d0f30..7745b7cc 100644 --- a/src/sgl/device/tests/test_reflection.py +++ b/src/sgl/device/tests/test_reflection.py @@ -1164,6 +1164,7 @@ def test_is_sub_type(test_id: str, device_type: sgl.DeviceType): assert i2.name == "IHello2" assert module.layout.is_sub_type(t, i) + @pytest.mark.skip("Added early") @pytest.mark.parametrize("device_type", helpers.DEFAULT_DEVICE_TYPES) def test_hot_reload_invalid(test_id: str, device_type: sgl.DeviceType):