Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 12, 2023
1 parent 66a0f7d commit fb187f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions local-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ autobahn==23.1.2
black==23.9.1
flake8==6.1.0
flaky==3.7.0
git+https://github.com/mxschmitt/[email protected]
mypy==1.5.1
objgraph==3.6.0
Pillow==10.0.1
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[build-system]
requires = ["setuptools==60.9.3", "setuptools-scm==7.0.5", "wheel==0.38.1", "auditwheel==5.1.2"]
requires = ["setuptools==68.2.2", "setuptools-scm==8.0.4", "wheel==0.41.2", "auditwheel==5.4.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
version_file = "playwright/_repo_version.py"

[tool.pytest.ini_options]
addopts = "-Wall -rsx -vv -s"
markers = [
Expand Down
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def _download_and_extract_local_driver(
include_package_data=True,
install_requires=[
"greenlet==3.0.0",
"pyee==9.0.4",
"typing-extensions;python_version<='3.8'",
],
classifiers=[
Expand All @@ -225,17 +224,13 @@ def _download_and_extract_local_driver(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
python_requires=">=3.8",
cmdclass={"bdist_wheel": PlaywrightBDistWheelCommand},
use_scm_version={
"version_scheme": "post-release",
"write_to": "playwright/_repo_version.py",
"write_to_template": 'version = "{version}"\n',
},
setup_requires=["setuptools-scm==7.0.5", "wheel==0.38.1"],
setup_requires=["setuptools-scm==8.0.4", "wheel==0.41.2"],
entry_points={
"console_scripts": [
"playwright=playwright.__main__:main",
Expand Down

0 comments on commit fb187f3

Please sign in to comment.