Skip to content

Commit a5fe3a0

Browse files
authored
Merge pull request #37 from zbrookle/update_documentation
DOC: Fix license link
2 parents 8cc7202 + 5c8299e commit a5fe3a0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
![CI](https://github.com/zbrookle/dataframe_sql/workflows/CI/badge.svg)
44
[![Downloads](https://pepy.tech/badge/dataframe-sql)](https://pepy.tech/project/dataframe-sql)
5-
[![PyPI license](https://img.shields.io/pypi/l/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
5+
[![PyPI license](https://img.shields.io/pypi/l/dataframe_sql.svg)](https://github.com/zbrookle/dataframe_sql/blob/master/LICENSE.txt)
66
[![PyPI status](https://img.shields.io/pypi/status/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
77
[![PyPI version shields.io](https://img.shields.io/pypi/v/dataframe_sql.svg)](https://pypi.python.org/pypi/dataframe_sql/)
8+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
89

910
## Installation
1011

dataframe_sql/tests/pandas_sql_functionality_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ def test_having_multiple_conditions():
382382

383383

384384
@pytest.mark.xfail(
385-
raises=ValueError, reason="Still can't do having without a group by in ibis",
385+
raises=ValueError,
386+
reason="Still can't do having without a group by in ibis",
386387
)
387388
def test_having_one_condition():
388389
"""

0 commit comments

Comments
 (0)