14
0
Files
python-xmlschema/remove_shebang.patch
Matej Cepl 89a32e9a2c - Add patches
- factory_tests.patch rename tests_factory to tests so it is
    not recognized by pytest
  - remove_shebang.patch just cleaning superfluous shebang
  - location_testing_script.patch use actual Python executable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlschema?expand=0&rev=21
2020-11-09 19:32:34 +00:00

9 lines
282 B
Diff

--- a/xmlschema/testing/builders.py
+++ b/xmlschema/testing/builders.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
# Copyright (c), 2016-2020, SISSA (International School for Advanced Studies).
# All rights reserved.
# This file is distributed under the terms of the MIT License.