Skip to content

Commit d2acdd3

Browse files
committed
PR review feedback: linebreaks, remove unneeded setup.cfg, changelog
1 parent b442204 commit d2acdd3

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Improvements
99
- PR #123 Remove driver install from ci scripts
1010
- PR #131 Use YYMMDD tag in nightly build
11-
- PR #137 Move CFFI to Cython
11+
- PR #137 Replace CFFI python bindings with Cython
1212

1313
## Bug Fixes
1414

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ exclude = '''
1616
build |
1717
dist
1818
)/
19-
'''
19+
'''

python/.coveragerc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Configuration file for Python coverage tests
22
[run]
33
include = rmm/*
4-
omit = rmm/tests/*
4+
omit = rmm/tests/*

setup.cfg

-7
This file was deleted.

0 commit comments

Comments
 (0)