Skip to content

Commit

Permalink
Drop support for old pytests and now eol python 3.8. Apply ruff linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 27, 2024
1 parent 86e6f83 commit 15557b0
Show file tree
Hide file tree
Showing 24 changed files with 539 additions and 833 deletions.
8 changes: 4 additions & 4 deletions .cookiecutterrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)

default_context:
allow_tests_inside_package: 'no'
c_extension_function: '-'
c_extension_module: '-'
c_extension_optional: 'no'
c_extension_support: 'no'
codacy: 'no'
Expand All @@ -17,10 +14,12 @@ default_context:
email: [email protected]
formatter_quote_style: single
full_name: Ionel Cristian Mărieș
function_name: compute
github_actions: 'yes'
github_actions_osx: 'yes'
github_actions_windows: 'yes'
license: BSD 2-Clause License
module_name: core
package_name: pytest_benchmark
pre_commit: 'yes'
project_name: pytest-benchmark
Expand All @@ -38,8 +37,9 @@ default_context:
sphinx_docs: 'yes'
sphinx_docs_hosting: https://pytest-benchmark.readthedocs.io/
sphinx_doctest: 'no'
sphinx_theme: sphinx-py3doc-enhanced-theme
sphinx_theme: furo
test_matrix_separate_coverage: 'yes'
tests_inside_package: 'no'
version: 4.0.0
version_manager: bump2version
website: http://blog.ionelmc.ro
Expand Down
Loading

0 comments on commit 15557b0

Please sign in to comment.