python-pytest-html/vendor-npm.patch
2023-08-07 15:54:25 +00:00

30 lines
1.0 KiB
Diff

Index: pytest_html-4.0.0rc5/package.json
===================================================================
--- pytest_html-4.0.0rc5.orig/package.json
+++ pytest_html-4.0.0rc5/package.json
@@ -8,14 +8,5 @@
"all": "npm run lint && npm run unit && npm run build:css && npm run build:jsapp"
},
"devDependencies": {
- "browserify": "^17.0.0",
- "chai": "^4.3.6",
- "eslint": "^8.20.0",
- "eslint-config-google": "^0.14.0",
- "mocha": "^10.0.0",
- "mock-local-storage": "^1.1.24",
- "nyc": "^15.1.0",
- "sass": "^1.52.3",
- "sinon": "^14.0.0"
}
}
Index: pytest_html-4.0.0rc5/scripts/npm.py
===================================================================
--- pytest_html-4.0.0rc5.orig/scripts/npm.py
+++ pytest_html-4.0.0rc5/scripts/npm.py
@@ -5,5 +5,4 @@ from hatchling.builders.hooks.plugin.int
class NpmBuildHook(BuildHookInterface):
def initialize(self, version, build_data):
- subprocess.check_output("npm ci", shell=True)
subprocess.check_output("npm run build", shell=True)