Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python Rocksdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
Python Rocksdb
Commits
6177a684
Unverified
Commit
6177a684
authored
1 year ago
by
Jan Segre
Browse files
Options
Downloads
Patches
Plain Diff
Update to test on latest rocksdb's 6, 7 and 8 branches
parent
72edcfbd
No related branches found
No related tags found
No related merge requests found
Pipeline
#61016
failed with stages
in 1 minute and 2 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/build.yml
+3
-3
3 additions, 3 deletions
.github/workflows/build.yml
setup.cfg
+3
-3
3 additions, 3 deletions
setup.cfg
tox.ini
+4
-4
4 additions, 4 deletions
tox.ini
with
10 additions
and
10 deletions
.github/workflows/build.yml
+
3
−
3
View file @
6177a684
...
...
@@ -19,7 +19,7 @@ jobs:
strategy
:
matrix
:
os
:
[
ubuntu-latest
]
rocksdb_ver
:
[
'
v6.29.
3
'
,
'
v
6.25.3'
,
'
v6.11.4
'
]
rocksdb_ver
:
[
'
v6.29.
5
'
,
'
v
7.10.2'
,
'
v8.9.1
'
]
steps
:
-
uses
:
actions/cache@v2
...
...
@@ -52,8 +52,8 @@ jobs:
strategy
:
matrix
:
os
:
[
ubuntu-latest
]
py_ver
:
[
'
3.
7
'
,
'
3.
8
'
,
'
3.
9
'
]
rocksdb_ver
:
[
'
v6.29.
3
'
,
'
v
6.25.3'
,
'
v6.11.4
'
]
py_ver
:
[
'
3.
10
'
,
'
3.
11
'
,
'
3.
12
'
]
rocksdb_ver
:
[
'
v6.29.
5
'
,
'
v
7.10.2'
,
'
v8.9.1
'
]
steps
:
-
uses
:
actions/checkout@v2
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
3
−
3
View file @
6177a684
...
...
@@ -18,9 +18,9 @@ classifiers =
Intended
Audience :: Developers
License
:: OSI Approved :: BSD License
Programming
Language :: Python :: 3
Programming
Language :: Python :: 3.
7
Programming
Language :: Python :: 3.
8
Programming
Language :: Python :: 3.
9
Programming
Language :: Python :: 3.
10
Programming
Language :: Python :: 3.
11
Programming
Language :: Python :: 3.
12
Topic
:: Database
[options]
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
4
−
4
View file @
6177a684
[tox]
envlist
=
py3
5,py36,py37
,py3
8
,py3
9
minversion
=
2.0
env
_
list
=
py3
10
,py3
11
,py3
12
min
_
version
=
4.11
isolated_build
=
True
skipsdist
=
True
no_package
=
True
[testenv]
# Install the module in `.` and its `test` extra dependencies from
...
...
@@ -17,7 +17,7 @@ commands = pytest {envsitepackagesdir}/rocksdb
[testenv:docs]
deps
=
.[doc]
commands
=
python
3
setup.py build_sphinx -W
commands
=
python setup.py build_sphinx -W
[pytest]
addopts
=
--verbose --pyargs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment